Top "Git-config" questions

This command allows get and set repository or global options.

git:// through proxy

I'm behind a firewall that is blocking port 9418 (git) and am trying to install some tools that are explicitly doing …

git proxy git-config
Best practices for cross platform git config?

Context A number of my application user configuration files are kept in a git repository for easy sharing across multiple …

git git-config
Pass an argument to a Git alias command

Can I pass arguments to the alias of a Git command? I have some alias in Git config, like so: …

git git-config git-alias
Git create remote repository on push

I have been trying to figure this one out but I am having a hard time doing so. I am …

git git-push git-remote git-config
git submodule update with other user

I'm logged in as user A on my machine, but my repo is accessible through username B on the server …

git git-submodules git-config
Configure a local branch for push to specific branch

Sorry if this question has been asked already. Am cloning from a repo named "git_lab" which has a branch …

git git-branch git-push remote-branch git-config
Set GIT_SSH Environment Variable in Gitconfig

Is there a way to set the GIT_SSH environment variable in the gitconfig file?

git git-config
Setting up and using Meld as your git difftool and mergetool on a Mac

How can I install Meld on MacOS, and then set it up as my difftool and mergetool in git?

macos merge diff git-config meld
What is the right .gitconfig syntax for http.sslCAInfo certificate for specific server?

I'm using a remote git repository via https, which has a self-signed certificate. To make git aware of the self-signed …

git https certificate self-signed git-config
What is the priority regarding git configuration?

If I set configuration on my ~/.gitconfig file, which config would override it? project level config : .git/config system level …

git git-config