Skip to content

Instantly share code, notes, and snippets.

@kowal
kowal / .gitconfig
Last active December 11, 2015 10:48 — forked from oli/gist:1637874
Git Config File
[core]
legacyheaders = false # >git 1.5
quotepath = false
pager = less -r
[color]
ui = auto
interactive = auto
[alias]
s = status
br = branch