shell-scripte-code/sgit-amend

10 lines
87 B
Text
Raw Normal View History

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