Skip to content

Instantly share code, notes, and snippets.

@dimhold
Created September 10, 2014 19:54
Show Gist options
  • Save dimhold/bd925d2c00ddce201397 to your computer and use it in GitHub Desktop.
Save dimhold/bd925d2c00ddce201397 to your computer and use it in GitHub Desktop.
Git config example
[user]
name = user
email = user@gmail.com
[alias]
co = checkout
s = status
b = branch
c = commit -a -m
l = log --stat
g = log --graph
m = merge --no-ff
pa = push origin --all
[color]
ui = auto
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment