diff --git a/Hooks/push_alias.sh b/Hooks/push_alias.sh new file mode 100644 index 0000000..a0947d0 --- /dev/null +++ b/Hooks/push_alias.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +#.bashrc +alias push="git push --recurse-submodules=on-demand" \ No newline at end of file