update push script

This commit is contained in:
kitsushadow
2016-12-10 10:45:35 -05:00
parent c54c93b89e
commit 6f75507c0e

View File

@@ -2,7 +2,8 @@
clear
git status
git add --all
git add --all :/
IFS= read -r -p "Enter commit message: " com
git commit -m "$com"
git push
git commit -m "${com}"
git push nmd master
git push github master