Is it possible to include a file in your .gitconfig

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

4 Answers
4

Leave a Comment