shell-scripte-code/sgit-amend

11 lines
126 B
Text
Raw Normal View History

2017-11-02 23:15:09 +00:00
#!/bin/bash
set -ex
2018-02-15 12:45:18 -05:00
git config --global core.editor "nano"
2017-11-02 23:15:09 +00:00
git add --all
git commit --amend
git show
git push -f
git status