Git Configuration

From Exterior Memory
Revision as of 14:14, 16 July 2017 by MacFreek (Talk | contribs)

Jump to: navigation, search

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