We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd1667 commit e2e632cCopy full SHA for e2e632c
gister.sh
@@ -312,8 +312,8 @@ sync_gist() {
312
echo "DIRTY $gist_id"
313
else
314
echo "DIRTY $gist_id, auto committing"
315
- git add . && git commit -m "automated update"
316
- git pull > /dev/null && git push > /dev/null
+ git add . && git commit -m "automated update" &&
+ git pull > /dev/null && git push > /dev/null
317
fi
318
319
git pull > /dev/null && git push > /dev/null
0 commit comments