Created
May 1, 2018 16:12
-
-
Save antonfisher/5342708c37eb51d9b90eb7e31556a862 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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