.git_helpers/hooks/post-rewrite@5c69bfa6dc3c
.git_helpers/hooks/post-rewrite
Sat, 25 Feb 2023 13:22:29 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 25 Feb 2023 13:22:29 -0500
- changeset 1051
- 5c69bfa6dc3c
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Switch default to nvim
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac