Skip to content

Commit cd8f373

Browse files
sergey-chekJKrag
authored andcommittedSep 6, 2024
Fix typo in 3-way-merge README.md
1 parent 7872289 commit cd8f373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎3-way-merge/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ You again live in your own branch, this time we will be doing a bit of juggling
3131
- `git add`
3232
- `git commit`
3333
- `git commit -m`
34-
- `git merge <branchA> <branchB>`
34+
- `git merge <branch-name>`
3535
- `git diff <branchA> <branchB>`
3636
- `git log --oneline --graph --all`

0 commit comments

Comments
 (0)
Failed to load comments.