add git push alias

This commit is contained in:
Dennis Eichhorn 2019-12-03 19:33:26 +01:00
parent b857f40d14
commit 08de507348

4
Hooks/push_alias.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
#.bashrc
alias push="git push --recurse-submodules=on-demand"