Skip to content

Instantly share code, notes, and snippets.

@lmeyer
Created December 18, 2012 15:41
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 lmeyer/4329097 to your computer and use it in GitHub Desktop.
Save lmeyer/4329097 to your computer and use it in GitHub Desktop.
Global Git configuration and aliases
[user]
name = Ludovic Meyer
email = ludovic.meyer@pixel-cookers.com
[core]
autocrlf = false
safecrlf = false
[merge]
summary = true
log = true
[alias]
rb = rebase
undo = git reset --soft HEAD^
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
lp = log --pretty=oneline --graph --all
lo = log --oneline
[color]
diff = auto
status = auto
branch = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment