Skip to content

Instantly share code, notes, and snippets.

@nickwhitt
Last active December 13, 2015 17:28
Show Gist options
  • Save nickwhitt/4947982 to your computer and use it in GitHub Desktop.
Save nickwhitt/4947982 to your computer and use it in GitHub Desktop.
Global Configuration
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
[color]
ui = true
[push]
default = simple
@nickwhitt
Copy link
Author

Typically located at /etc/gitconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment