mirror of https://github.com/bjeanes/dotfiles.git
6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
case "$1" in
|
||
|
rebase) exec .git/hooks/post-merge ;;
|
||
|
esac
|
||
|
|