diff --git a/sgit-amend b/sgit-amend new file mode 100755 index 0000000..ff31b41 --- /dev/null +++ b/sgit-amend @@ -0,0 +1,9 @@ +#!/bin/bash + +set -ex + +git add --all +git commit --amend +git show +git push -f +git status