SpectreOS-old/sgit-amend
2018-02-26 02:41:29 +01: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