Created
March 13, 2018 14:31
-
-
Save yehgdotnet/3870fb74e1589655da1ceda34cb0bb69 to your computer and use it in GitHub Desktop.
git update all
This file contains hidden or 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
| git add -A | |
| echo "Press enter to commit" | |
| read varname | |
| git commit --all -m "$1" | |
| echo "Press enter to push" | |
| read varname | |
| git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment