[core]
        #filemode = false

[color "branch"]
        current = yellow bold
        local = yellow
        remote = green
        branch = bold

[color "diff"]
        meta = yellow bold
        frag = magenta bold
        old = red bold
        new = green bold

[color "status"]
        added = yellow
        changed = green
        untracked = cyan
        branch = bold
        name = bold
        commit = yellow bold

[color "grep"]
        filename = yellow bold
        function = bold
        match = blue bold
        separator = white
        linenumber = cyan bold

[color]
        branch = auto
        diff = auto
        status = auto
        ui = auto

[alias]
        glog = log --graph --decorate --pretty=oneline --abbrev-commit
        olog = log ORIG_HEAD --stat --no-merges
