Skip to content

Instantly share code, notes, and snippets.

View emulbreh's full-sized avatar

Johannes Dollinger emulbreh

View GitHub Profile
@tomster
tomster / .gitconfig
Created September 25, 2011 11:48
An example git configuration including convenience aliases, some saner default behavior, a neat shell prompt and tab completion that can display the name of the tracking remote
# ~/.gitconfig
[branch]
autosetupmerge = true
[push]
default = current
[core]
excludesfile = .gitignore