More tools and improvements
Signed-off-by: Jacob Kiers <kiers@comandi.nl>
This commit is contained in:
5
bin/git-fixup
Executable file
5
bin/git-fixup
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
TARGET=$(git rev-parse ${1})
|
||||
git commit --fixup=${TARGET} ${@:2}
|
||||
EDITOR=true git rebase -i --autostash --autosquash ${TARGET}^;
|
Reference in New Issue
Block a user