Skip to content

Instantly share code, notes, and snippets.

@fabianoalmeida
Last active December 24, 2015 07:09
Show Gist options
  • Save fabianoalmeida/6762092 to your computer and use it in GitHub Desktop.
Save fabianoalmeida/6762092 to your computer and use it in GitHub Desktop.
Listing all steps to install and configure git in a company
# Install git
http://git-scm.com/book/en/Getting-Started-Installing-Git
# Define a bigger http post buffer
git config http.postbuffer 524288000 # 500 MiB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment