Skip to content

Instantly share code, notes, and snippets.

@danasilver
Last active July 3, 2016 05:37
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 danasilver/38d5a20d29053375a5aa5873358f70a0 to your computer and use it in GitHub Desktop.
Save danasilver/38d5a20d29053375a5aa5873358f70a0 to your computer and use it in GitHub Desktop.
[user]
name = Dana Silver
email = dsilver1221@gmail.com
[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