Initial commit
This commit is contained in:
4
config/git_template/hooks/post-rewrite
Executable file
4
config/git_template/hooks/post-rewrite
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
case "$1" in
|
||||
rebase) exec .git/hooks/post-merge ;;
|
||||
esac
|
||||
Reference in New Issue
Block a user