new-scripts

This commit is contained in:
simono41 2018-02-15 12:45:18 -05:00
parent 23f05e2d76
commit d683082ac7
2 changed files with 2 additions and 1 deletions

2
sgit
View file

@ -20,5 +20,5 @@ git add --all
git commit --all -m "${2}"
git pull
git show
git push
git push "${3}"
git status

View file

@ -2,6 +2,7 @@
set -ex
git config --global core.editor "nano"
git add --all
git commit --amend
git show