Can I load one .gitconfig file from another? [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Is it possible to include a file in your .gitconfig With bash and zsh I can source subfiles in order to better organize my config. Can I do something similar with .gitconfig ? 回答1: (March 2012) It looks like this is finally going to be possible soon -- git 1.7.10 is going to support this syntax in .gitconfig : [include] path = /path/to/file See here for a detailed description of the git change and its edge cases