Skip to content

Commit 99d024f

Browse files
author
Rasmus Bækgaard
committed
Remove legacy line in table
1 parent 94378e4 commit 99d024f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ Here you can specify which editor to start up in the ``editor`` line.
127127
| Clean up deleted branches | ``git fetch -p`` | ``g ft -p`` |
128128
| | |
129129
| **Undo operations** | **Full command** | **Alias version** |
130-
| --- | --- | --- |
131130
| Remove all pending changes | ``git checkout .`` | ``g co .`` |
132131
| Rollback everything to last commit | ``git reset --hard HEAD^`` | |
133132
| Rollback everything to a specific commit | ``git reset --hard CommitId`` | |

0 commit comments

Comments
 (0)