Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Update git config #6

Open
pocky opened this issue Oct 31, 2014 · 0 comments
Open

Update git config #6

pocky opened this issue Oct 31, 2014 · 0 comments
Assignees

Comments

@pocky
Copy link
Member

pocky commented Oct 31, 2014

Add ignorecase

git config --unset-all core.ignorecase && git config --system core.ignorecase false

Update ~.gitconfig

[core]
        excludesfile = /home/vagrant/.gitignore_global
        editor = vim
[mergetool]
        keepBackup = true
[color]
        ui=auto
[color "branch"]
        current = yellow reverse
        local = yellow
        remote = green
[color "diff"]
        meta = yellow
        frag = magenta
        old = red
        new = green
[color "status"]
        added = green
        changed = yellow
        untracked = red
[apply]
        whitespace = fix
[alias]
        sup = submodule foreach "git pull origin master"
        lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[push]
        default = current
[web]
        browser = chromium-browser
@pocky pocky self-assigned this Nov 4, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant