From abe710e6f6ce82cd3e06ca529ea45f37025b8532 Mon Sep 17 00:00:00 2001 From: Matthew McCullough Date: Wed, 2 Oct 2013 14:17:23 -0600 Subject: [PATCH 1/2] Changing submodules to use HTTPS protocol --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index fc3e3efe..65471e10 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "scripts"] path = scripts - url = git@github.com:matthewmccullough/scripts.git + url = https://github.com/matthewmccullough/scripts.git [submodule "z-zsh"] path = z-zsh - url = git://github.com/sjl/z-zsh.git + url = https://github.com/sjl/z-zsh.git [submodule "oh-my-zsh"] path = oh-my-zsh - url = git://github.com/robbyrussell/oh-my-zsh.git + url = https://github.com/robbyrussell/oh-my-zsh.git [submodule "z-rupa"] path = z-rupa url = https://github.com/rupa/z From 44952c135c4455b348aec148d55b56891b86375a Mon Sep 17 00:00:00 2001 From: Matthew McCullough Date: Wed, 2 Oct 2013 15:26:06 -0600 Subject: [PATCH 2/2] Make core ignore a relative path, not absolute, since user names vary from machine to machine --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 0b67f0de..d21257d4 100644 --- a/gitconfig +++ b/gitconfig @@ -32,7 +32,7 @@ recentrepo = /Users/mccm06/Documents/Temp/Scratch/hello/hgw1 [core] - excludesfile = /Users/mccm06/.gitignore + excludesfile = ~/.gitignore quotepath = false autocrlf = input safecrlf = warn