You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Windows will store it in $HOMEDRIVE$HOMEPATH\.gitconfig
Which, depending on how things are mapped will likely be your %USERPROFILE%, or C:\Users\MyLogin\.gitconfig on Windows 7.
You can check where Git has it located by using the command below, it will open up the file in your default editor.
git config --global --edit
Thanks. Just for completeness: The command-line is the button named `Terminal`. In the windows console its %homedrive%%homepath%.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When executing that I get the following error "error: cannot spawn gitpad: no such file or directory. error: unable to start editor 'gitpad'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Turns out I needed to update the global core.editor (http://stackoverflow.com/a/773973/1366033) using `git config core.editor notepad`
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Windows will store it in %USERPROFILE%\.gitignore
You can check where Git is set to look for the global ignore file with:
git config --get core.excludesfile
You can also set the global ignore with:
git config --global core.excludesfile "%USERPROFILE%\.gitignore"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't mean .gitignore but .gitconfig where things like core.autocrlf and similar are stored.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy 2021, Atlassian Community! 2020 was a year with lots of change. It changed how we work, live, and even interact with our neighbors. As we wrapped up 2020 in December, we got to thinkin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.