We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6becc commit 6eaa1a8Copy full SHA for 6eaa1a8
README.md
@@ -24,7 +24,7 @@ curl https://raw.githubusercontent.com/sheerun/git-squash/master/git-squash > /u
24
25
```sh
26
# 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
+# The easiest way to ensure it is to merge it and resolve any conflicts
28
git merge master
29
# Squash all changes on current branch that happened since master branch
30
git squash master
0 commit comments