Skip to content

Instantly share code, notes, and snippets.

@antonfisher
Created May 1, 2018 16:12
Show Gist options
  • Save antonfisher/5342708c37eb51d9b90eb7e31556a862 to your computer and use it in GitHub Desktop.
Save antonfisher/5342708c37eb51d9b90eb7e31556a862 to your computer and use it in GitHub Desktop.
[user]
name = Anton Fisher
email = [email protected]
[color]
diff = auto
status = auto
branch = auto
ui = true
[alias]
st = status
ci = commit
br = branch
co = checkout
di = diff
plog = log --pretty=format:'%h %Cblue%cn <%ae> %Creset%cr %Cgreen%s'
glog = log --graph --all --format=format:'%C(bold blue)%h%C(reset) — %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)
%d%C(reset)' --abbrev-commit --date=relative
web = instaweb --httpd=webrick
lg = log --pretty=graph
[pretty]
graph = %Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)"%an"<%ae>%Creset
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment