shell-scripte-code/sgit-amend

11 lines
126 B
Text
Raw Normal View History

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