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.
2 parents 6eaa1a8 + d061319 commit 8bcd05aCopy full SHA for 8bcd05a
git-squash
@@ -15,7 +15,7 @@ if [ "$1" == "" ]; then
15
exit 1
16
fi
17
18
-if [ "$(git status -s)" != "" ]; then
+if [ "$(git status -s -u no)" != "" ]; then
19
echo "Please commit all changes before squashing"
20
21
0 commit comments