From 08de50734857f176dbaf08deab23ea386a51d060 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Dec 2019 19:33:26 +0100 Subject: [PATCH] add git push alias --- Hooks/push_alias.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Hooks/push_alias.sh 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