Is it possible to include a file in your .gitconfig
Posted
by David Reynolds
on Stack Overflow
See other posts from Stack Overflow
or by David Reynolds
Published on 2009-10-12T22:01:51Z
Indexed on
2010/04/23
6:13 UTC
Read the original article
Hit count: 380
I'd like to include a file in my .gitconfig that has my github settings - is this possible?
Can I do something like this:
[core]
include = /path/to/file
© Stack Overflow or respective owner