Top "Git-config" questions

This command allows get and set repository or global options.

How to tell git to use the correct identity (name and email) for a given project?

I use my personal laptop for both work and personal projects and I would like to use my work email …

git github gitolite git-config
How can I make Sublime Text the default editor for Git?

I have a problem setting Sublime Text 2 as the core.editor with git. I've read through every post I could …

git editor default sublimetext git-config
Difference between author and committer in Git?

I am trying to make a commit like git commit --author="John Doe <[email protected]>" -m "<…

git git-config gitk
git multiple user names for the different projects within the same system

I have a different git repository for my office and a different git repo for my hobby projects. When I …

git git-config
Where do the settings in my Git configuration come from?

I've noticed that I have two listings for core.autocrlf when I run git config -l $ git config -l core.…

git msysgit git-config
How to make git diff --ignore-space-change the default

I could probably setup an alias, but it seems like I should be able to set this as an option …

git config git-config
Using Git on Windows, behind an HTTP proxy, without storing proxy password on disk

I'm using Git on Windows, on a corporate network where I'm behind an HTTP proxy with Basic authentication. Outbound SSH …

git http proxy git-config
What are the consequences of using receive.denyCurrentBranch in Git?

I have a Git repository. I have cloned the repository and can commit my local changes. When I push my …

git git-push git-config git-non-bare-repository
Delete username from a Git repository

I am getting this warning when I try to set my user name in Tower: warning: user.name has multiple …

git git-config
fatal: No existing author found with 'XXX'

I used git for the first time and I set my user name and user mail. The commands I used …

git-commit git-config git