Skip to content

Commit

Permalink
configs: creating gitconfig for home machine
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilburn committed Nov 23, 2014
1 parent ec7600d commit fb6ace5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions gitconfig-home
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
wdiff = diff --color-words
[user]
email = bhilburn@gmail.com
name = Ben Hilburn
[color]
ui = auto
[color "diff"]
meta = blue black bold
[core]
pager = less -F -X
editor = vim

0 comments on commit fb6ace5

Please sign in to comment.