shell-scripte-code/sgit-amend
2017-11-02 23:17:55 +00:00

9 lines
87 B
Bash
Executable file

#!/bin/bash
set -ex
git add --all
git commit --amend
git show
git push -f
git status