Skip to content

Commit

Permalink
Fix typo in 3-way-merge README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-chek authored and JKrag committed Sep 6, 2024
1 parent 7872289 commit cd8f373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-way-merge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ You again live in your own branch, this time we will be doing a bit of juggling
- `git add`
- `git commit`
- `git commit -m`
- `git merge <branchA> <branchB>`
- `git merge <branch-name>`
- `git diff <branchA> <branchB>`
- `git log --oneline --graph --all`

0 comments on commit cd8f373

Please sign in to comment.