shell-scripte-code/sgit-amend
2018-02-15 12:45:18 -05:00

10 lines
126 B
Bash
Executable file

#!/bin/bash
set -ex
git config --global core.editor "nano"
git add --all
git commit --amend
git show
git push -f
git status