blob: 2ec7e41eafba238173fed24fa3141c41cbcdd266 (
plain)
1
2
3
4
|
#!/usr/bin/env sh
git config --remove-section submodule.git-prompt
printf "submodule git-prompt has been removed. After pushing, don't forget to trigger the"
printf " post-checkout hook again.\\n"
|