Skip to content

Instantly share code, notes, and snippets.

@halfzebra
Last active January 5, 2019 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halfzebra/adec5f0865fae9bb70395bd1809db150 to your computer and use it in GitHub Desktop.
Save halfzebra/adec5f0865fae9bb70395bd1809db150 to your computer and use it in GitHub Desktop.
Simple Git Config
[user]
name = Your Name
email = your@email.com
[core]
autocrlf = true
safecrlf = false
ignorecase = false
excludesfile = ~/.gitignore
[branch]
autosetuprebase = never
[diff]
renames = copies
[color]
ui = true
[alias]
co = checkout
ci = commit
st = status
br = branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment