Skip to content

Instantly share code, notes, and snippets.

@snarky
Last active November 3, 2015 14:48
Show Gist options
  • Select an option

  • Save snarky/07005b25cda08d48edf0 to your computer and use it in GitHub Desktop.

Select an option

Save snarky/07005b25cda08d48edf0 to your computer and use it in GitHub Desktop.
GIT TIPS
$ 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