Skip to content

Instantly share code, notes, and snippets.

@mrled
Created October 10, 2017 01:26
Show Gist options
  • Save mrled/680f421e92888e3bfe3e494bac49ee5b to your computer and use it in GitHub Desktop.
Save mrled/680f421e92888e3bfe3e494bac49ee5b to your computer and use it in GitHub Desktop.
Git configuration notes

Git configuration

FSCK objects

You probably want to enable object fscking, which will protect against some hypothetical attacks on SHA1

git config --global transfer.fsckobjects true
git config --global fetch.fsckobjects true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment