diff --git a/scripts/common/git.sh b/scripts/common/git.sh index 818d0c52..170d2eb2 100755 --- a/scripts/common/git.sh +++ b/scripts/common/git.sh @@ -17,3 +17,5 @@ echo echo "Setting global Git configurations" git config --global core.editor /usr/bin/vim git config --global transfer.fsckobjects true +git config --global url.git@github.com:.pushInsteadOf https://github.com/ +git config --global --add url.git@github.com:.pushInsteadOf git://github.com/