diff --git a/sgit b/sgit index 5f0d970..09a5c73 100755 --- a/sgit +++ b/sgit @@ -20,5 +20,5 @@ git add --all git commit --all -m "${2}" git pull git show -git push +git push "${3}" git status diff --git a/sgit-amend b/sgit-amend index ff31b41..6f39958 100755 --- a/sgit-amend +++ b/sgit-amend @@ -2,6 +2,7 @@ set -ex +git config --global core.editor "nano" git add --all git commit --amend git show