Skip to content

Commit e0ecb5f

Browse files
committed
Rename unmerge -> undo-merge.
1 parent f1e9333 commit e0ecb5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Unstages everything. Leaves the working tree intact.
7272
Alias to `git reset HEAD`.
7373

7474

75-
### git unmerge
75+
### git undo-merge
7676

7777
Ever created a merge accidentally, or decided that you didn't want to merge
78-
after all? You can undo the last merge using `git unmerge`.
78+
after all? You can undo the last merge using `git undo-merge`.
7979

8080

8181
### git cleanup
File renamed without changes.

0 commit comments

Comments
 (0)