Skip to content

Instantly share code, notes, and snippets.

@alexweber
Created December 12, 2014 11:06
Show Gist options
  • Select an option

  • Save alexweber/2959b1d09b180251e3b8 to your computer and use it in GitHub Desktop.

Select an option

Save alexweber/2959b1d09b180251e3b8 to your computer and use it in GitHub Desktop.

Revisions

  1. Alex Weber created this gist Dec 12, 2014.
    9 changes: 9 additions & 0 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    [core]
    filemode = false
    [alias]
    co = checkout
    st = status
    ci = commit
    l = log --graph --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %an, %ar%Creset'
    [color]
    ui = auto