git commit --amend

This commit is contained in:
simono41 2017-11-02 23:15:09 +00:00
parent 253ba0ec7a
commit d13f01f137

9
sgit-amend Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
set -ex
git add --all
git commit --amend
git show
git push -f
git status