Skip to content

Instantly share code, notes, and snippets.

@venkateshshukla
Created May 28, 2014 11:04

Revisions

  1. venkateshshukla created this gist May 28, 2014.
    5 changes: 5 additions & 0 deletions .gitcommit_template
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    Heading

    Body

    Signed-off-by: Venkatesh Shukla <[email protected]>
    31 changes: 31 additions & 0 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    [user]
    name = Venkatesh Shukla
    email = [email protected]
    [core]
    editor = vim
    whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
    [color]
    ui = auto
    whitespace = red reverse
    [color "branch"]
    current = yellow reverse
    local = yellow
    remote = green
    [color "diff"]
    meta = white
    frag = blue bold
    old = red
    new = green
    whitespace = red reverse
    [color "status"]
    added = green
    changed = blue
    untracked = red
    [commit]
    template = /home/venkatesh/.gitcommit_template
    [merge]
    tool = meld
    [gui]
    recentrepo = /home/venkatesh/Documents/subsurface
    [push]
    default = matching