Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jeanlaurent
Created March 1, 2016 15:39
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 jeanlaurent/24650432803d2000c08e to your computer and use it in GitHub Desktop.
Save jeanlaurent/24650432803d2000c08e to your computer and use it in GitHub Desktop.
user]
name = Jean-Laurent de Morlhon
email = jeanlaurent@morlhon.net
[alias]
co = checkout
st = status
br = branch
ci = commit
pr = pull --rebase
cia = commit --amend --no-edit
lg = log --graph --branches --oneline --graph --decorate
brd = for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(color:yellow)%(committerdate:relative)%(color:reset) - %(refname:short)'
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[help]
autocorrect = 10
[push]
default = simple
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment