Top "Git-config" questions

This command allows get and set repository or global options.

How to save username and password in Git?

I want to use a push and pull automatically in GitExtension, without entering my user and password in a prompt, …

git credentials git-config git-extensions
Is there a way to cache GitHub credentials for pushing commits?

I recently switched to synchronizing my repositories to https:// on GitHub (due to firewall issues), and it asks for a …

git authentication github git-push git-config
How to change my Git username in terminal?

I was pushing and pulling from git in Terminal then I changed my username on github.com. I went to …

git github git-config
How do I commit case-sensitive only filename changes in Git?

I have changed a few files name by de-capitalize the first letter, as in Name.jpg to name.jpg. Git …

git case-sensitive git-commit git-config
Can I specify multiple users for myself in .gitconfig?

In my ~/.gitconfig, I list my personal email address under [user], since that's what I want to use for Github …

git git-config
git: fatal unable to auto-detect email address

I just cannot commit with git on Ubuntu 14.04 Error message is: git: fatal unable to auto-detect email address (got "some …

git-config
git: 'credential-cache' is not a git command

I followed these instructions to the letter, including the part about password caching. It seems like the instructions are wrong, …

git msysgit git-bash git-config
Unable to auto-detect email address

I'm new to SmartGit. I can't commit through my repository, the message I'm receiving is: Unable to auto-detect email address (…

git git-config smartgit
How to know the git username and email saved during configuration?

While configuring git I ran these two commands: git config --global user.name "My Name" git config --global user.email "…

git git-config
Is it possible to have different Git configuration for different projects?

.gitconfig is usually stored in the user.home directory. I use a different identity to work on projects for Company …

git git-config