Created
September 14, 2016 19:59
-
-
Save wwiechorek/e30473f439fee836aec46b22eb028488 to your computer and use it in GitHub Desktop.
Git add + commit + pull + push AUTO
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 | |
git add -A | |
git commit -m "$0" | |
git pull | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment