Git Configuration
From Exterior Memory
This is my (system wide) git configuration:
~/.gitconfig
[github] user = macfreek token = 112233445566778899aabbccddeeff00 [user] name = Freek Dijkstra email = freek@macfreek.nl [color] diff = auto status = auto branch = auto [core] excludesfile = /Users/freek/.gitignore [push] default = simple
~/.gitignore
.DS_Store *.pyc