Skip to content

Commit

Permalink
use an [include] for git credentials so it can stay symlinked. ref ma…
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 8, 2015
1 parent 3407e62 commit 1a003dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitconfig
Expand Up @@ -71,3 +71,9 @@
# push easily. http://stackoverflow.com/a/23918418/89484
[push]
default = current



[include]
# For username / github token / etc
path = ~/.gitconfig.local
2 changes: 2 additions & 0 deletions setup-a-new-machine.sh
Expand Up @@ -72,5 +72,7 @@ echo $BASH_VERSION # should be 4.x not the old 3.2.X


# symlinks!
# put/move git credentials into ~/.gitconfig.local
# http://stackoverflow.com/a/13615531/89484
./symlink-setup.sh

0 comments on commit 1a003dc

Please sign in to comment.