We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c9165 commit 98e3565Copy full SHA for 98e3565
publish-listings.sh
@@ -11,7 +11,7 @@ if [ "`git status --porcelain`" != "" ]; then
11
echo "Updates:"
12
git status --porcelain
13
changed=`git status --porcelain | cut -c4-`
14
- git add -- $changed
+ git add --all -- $changed
15
git commit -m "[auto] updated html listings"
16
git push
17
else
0 commit comments