Last active
July 3, 2016 05:37
-
-
Save danasilver/38d5a20d29053375a5aa5873358f70a0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = Dana Silver | |
email = [email protected] | |
[diff] | |
renames = true | |
[color] | |
ui = true | |
[core] | |
editor = emacs | |
[alias] | |
co = checkout | |
s = status | |
d = diff | |
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
br = ! git for-each-ref --sort='-authordate' --format='%(refname)|%(authordate:relative)' refs/heads | sed -e 's-refs/heads/--' | column -t -s '|' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment