Skip to content

Commit e3982c6

Browse files
authored
Update git-commands.md
1 parent 716c9ac commit e3982c6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

git-commands.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

2-
### merge branch
2+
#### merge branch
33
```
4-
$ git checkout master
5-
$ git merge branch-name
4+
git checkout master
5+
git merge branch-name
6+
```
7+
#### merge abort
8+
```
9+
git merge --abort
610
```

0 commit comments

Comments
 (0)