git commit --amend
This commit is contained in:
parent
253ba0ec7a
commit
d13f01f137
1 changed files with 9 additions and 0 deletions
9
sgit-amend
Executable file
9
sgit-amend
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
git add --all
|
||||
git commit --amend
|
||||
git show
|
||||
git push -f
|
||||
git status
|
Loading…
Reference in a new issue