Skip to content

Commit e2e632c

Browse files
committed
puts the commands as a single chain again
1 parent bbd1667 commit e2e632c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gister.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ sync_gist() {
312312
echo "DIRTY $gist_id"
313313
else
314314
echo "DIRTY $gist_id, auto committing"
315-
git add . && git commit -m "automated update"
316-
git pull > /dev/null && git push > /dev/null
315+
git add . && git commit -m "automated update" &&
316+
git pull > /dev/null && git push > /dev/null
317317
fi
318318
else
319319
git pull > /dev/null && git push > /dev/null

0 commit comments

Comments
 (0)