Top "Git-config" questions

This command allows get and set repository or global options.

Clone a repo with submodules: override credentials

I have to automate cloning a repository and fetching it's all submodules. The urls for repository submodules are specified at .…

git git-submodules git-clone git-config
How do I configure Araxis Merge for use with Git?

I understand that Araxis Merge is now a "fully supported" mergetool for Git, so that much of what I can …

git-merge git-config
VS 2015 + Bower: Does not work behind firewall

Problem In Visual Studio 2015, using bower, my package restores fail when behind a firewall with an error similar to: ECMDERR …

git bower firewall visual-studio-2015 git-config
How do I find out what Git thinks the top-level working directory is?

Possible Duplicate: Is there a way to get to the git root directory in one command? Sometimes, I'm confused with …

find directory git-config git
How to configure "git pull --ff-only" and "git merge --no-ff"

A typical git workflow for me is to clone a remote repository and use git pull to keep it up-to-date. …

git git-merge git-pull git-config
"git init" failed, what's wrong?

This issue is not same as "Bad git config file .git/config", since it failed when using git init. It …

git google-code git-config
Git clone return result=18 code=200 on a specific repository

I'm trying to clone a internal repository from our company repository, and I keep getting this error: error: RPC failed; …

git git-config
Git excludesfile for a branch

I want to ignore certain files within a branch without having to rely on a tracked .gitignore file that will …

git gitignore git-config
Windows-specific Git configuration settings; where are they set?

I've read the Git documentation and Where do the settings in my Git configuration come from? and yet I still …

windows git git-config
Bypass "Tell me who you are" error in git

Upon attempting to commit a repository, I get the error: $ git commit *** Please tell me who you are. Run git …

git git-commit git-config