Last active
December 21, 2015 11:08
-
-
Save samueljohn/6296807 to your computer and use it in GitHub Desktop.
Revisions
-
samueljohn revised this gist
Aug 21, 2013 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,12 +6,12 @@ ignorecase = true autocrlf = false [color] branch = auto status = auto interactive = auto diff = auto [prompt] showinfo = true [remote "samuel"] fetch = +refs/heads/*:refs/remotes/samuel/* @@ -20,6 +20,6 @@ url = https://github.com/mxcl/homebrew.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master -
samueljohn created this gist
Aug 21, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true autocrlf = false [color] branch = auto status = auto interactive = auto diff = auto [prompt] showinfo = true [remote "samuel"] fetch = +refs/heads/*:refs/remotes/samuel/* url = [email protected]:samueljohn/homebrew.git [remote "origin"] url = https://github.com/mxcl/homebrew.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master