Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Git Config file location

dsmoore1600 September 9, 2013

Currently my git config file is located on a network drive, so if I don't have network access, I cannot use sourcetree to make edits on my local repositories. Can someone please tell me how I can change the location the git config file is located at? I don't want to change my HOME environment variable, as other applications are using this. Thank you for your help.

1 answer

1 accepted

0 votes
Answer accepted
MB
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 10, 2013

Try reading the part of the manual for git-config which deals with config file locations. I believe the best bet in your case is to go with

$GIT_DIR/config

or you can manually select the file location using "--file <file_path>" parameter.

In case none of the above are suitable for you, just set the GIT_CONFIG environment variable (the paragraph just below the FILES in that same manual).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events