Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions git-pushdemont
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
echo "Your commits are now being pushed"
REVERT_INTERVAL=8

for i in 1 2 3 4 5 6 7 8
do
sleep 1
echo "."
echo -n "Your commits are now being pushed "

for i in $(eval echo {1..$REVERT_INTERVAL}) ; do
echo -n "."
sleep 1
done

sleep 1
echo "push process is suspended"
echo " push process is suspended"
# git push origin master -f # TODO uncomment this line someday