Skip to content

Instantly share code, notes, and snippets.

View victorfda's full-sized avatar

Victor Fernandez de Alba victorfda

View GitHub Profile
@victorfda
victorfda / .gitconfig
Created November 8, 2011 07:18 — forked from tomster/.gitconfig
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