Last active
November 3, 2015 14:48
-
-
Save snarky/07005b25cda08d48edf0 to your computer and use it in GitHub Desktop.
Revisions
-
snarky renamed this gist
Nov 3, 2015 . 1 changed file with 1 addition and 0 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 @@ -1,3 +1,4 @@ # Fetch all branches after un git clone single-branch $ git clone --single-branch <url> ... $ git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" -
snarky revised this gist
Nov 3, 2015 . 1 changed file with 6 additions and 1 deletion.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 @@ -1,4 +1,9 @@ $ git clone --single-branch <url> ... $ git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" $ git fetch origin $ export GIT_SSL_NO_VERIFY=1 $ git config http.postBuffer 524288000 $ git config core.fileMode false -
snarky revised this gist
Sep 2, 2015 . No changes.There are no files selected for viewing
-
snarky created this gist
Sep 2, 2015 .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,4 @@ $ git clone --single-branch <url> ... $ git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" $ git fetch origin