Skip to content

Commit 6eaa1a8

Browse files
authored
Update README.md
1 parent 5e6becc commit 6eaa1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl https://raw.githubusercontent.com/sheerun/git-squash/master/git-squash > /u
2424

2525
```sh
2626
# This tool requires that target branch is mergable to current one
27-
# The easiest way to ensure it is to merge it and resolve any conflicts if any
27+
# The easiest way to ensure it is to merge it and resolve any conflicts
2828
git merge master
2929
# Squash all changes on current branch that happened since master branch
3030
git squash master

0 commit comments

Comments
 (0)