Git Configuration
From Exterior Memory
Revision as of 14:10, 16 July 2017 by MacFreek (Talk | contribs) (Created page with "This is my (system wide) git configuration: === ~/.gitconfig === [github] user = macfreek token = 112233445566778899aabbccddeeff00 [user] name...")
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