Skip to content

Instantly share code, notes, and snippets.

@snarky
Last active November 3, 2015 14:48
Show Gist options
  • Save snarky/07005b25cda08d48edf0 to your computer and use it in GitHub Desktop.
Save snarky/07005b25cda08d48edf0 to your computer and use it in GitHub Desktop.
GIT TIPS
# Fetch all branches after un git clone single-branch
$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment