Created
July 10, 2015 02:44
-
-
Save xudifsd/bdbfc1eeba840e12d453 to your computer and use it in GitHub Desktop.
avoid accidentally `git checkout .`, run as `safe-coding &`, exit with fg and ctrl-c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while : | |
do | |
git add . | |
sleep 1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment