Skip to content

Commit 8bcd05a

Browse files
authored
Merge pull request #3 from adriafarres/master
Ignore untracked files
2 parents 6eaa1a8 + d061319 commit 8bcd05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-squash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "$1" == "" ]; then
1515
exit 1
1616
fi
1717

18-
if [ "$(git status -s)" != "" ]; then
18+
if [ "$(git status -s -u no)" != "" ]; then
1919
echo "Please commit all changes before squashing"
2020
exit 1
2121
fi

0 commit comments

Comments
 (0)