new-scripts
This commit is contained in:
parent
23f05e2d76
commit
d683082ac7
2 changed files with 2 additions and 1 deletions
2
sgit
2
sgit
|
@ -20,5 +20,5 @@ git add --all
|
|||
git commit --all -m "${2}"
|
||||
git pull
|
||||
git show
|
||||
git push
|
||||
git push "${3}"
|
||||
git status
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
git config --global core.editor "nano"
|
||||
git add --all
|
||||
git commit --amend
|
||||
git show
|
||||
|
|
Loading…
Reference in a new issue