shell-scripte-code/sgit-amend

10 lines
87 B
Text
Raw Normal View History

2017-11-02 23:15:09 +00:00
#!/bin/bash
set -ex
git add --all
git commit --amend
git show
git push -f
git status