We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94378e4 commit 99d024fCopy full SHA for 99d024f
1 file changed
README.md
@@ -127,7 +127,6 @@ Here you can specify which editor to start up in the ``editor`` line.
127
| Clean up deleted branches | ``git fetch -p`` | ``g ft -p`` |
128
| | |
129
| **Undo operations** | **Full command** | **Alias version** |
130
-| --- | --- | --- |
131
| Remove all pending changes | ``git checkout .`` | ``g co .`` |
132
| Rollback everything to last commit | ``git reset --hard HEAD^`` | |
133
| Rollback everything to a specific commit | ``git reset --hard CommitId`` | |
0 commit comments