Top "Git-config" questions

This command allows get and set repository or global options.

What should go in a default git config file?

There is a bewildering array of options that can be set via git config, and that is just the documented …

git git-config core.autocrlf
Local git config not overriding global user for project

I have a global git user configured, but want to use a different user for a single git project. Within …

git github git-config
Unknown option git config --local reported by Jenkins

I'm setting up CI for a C# project hosted on GitHub in a private repo. Git is installed on master …

git jenkins continuous-integration git-config
Always use the pager for git diff

I'm using less as my git pager. If the git diff output is readable on one page, my git prints …

git git-diff git-config
Using meld as difftool for git but listing all files in one window

I want to use meld as my diff tool for git. If I configure my .gitconfig like this : [difftool] prompt = …

git git-config meld difftool git-difftool
Git ignoring gitconfig?

It appears Git is ignoring ~/.gitconfig $ git config --global core.filemode false $ git config -l core.filemode=false core.filemode=…

git chmod git-config
Using Notepad++ as Git Editor without affecting settings

I use and love Notepad++ (http://notepad-plus-plus.org/) as my go to simple text editor. I have been using it …

git notepad++ git-config
Git: Alias error: Use '--' to separate paths from revisions

I created a git command that shows me the diff between the HEAD and the last Git-SVN commit. Git is …

git git-config git-alias
git rebase could not execute editor

I'm attempting to squash some git commits using rebase. When I run this: git rebase -i HEAD I get this …

linux git ubuntu git-config
Setting credentials for https git clone in AWS CodeBuild

I am running a CodeBuild on a project that has private requirements stored in CodeCommit. I need to add a …

git amazon-web-services git-config aws-codebuild