Skip to content

Instantly share code, notes, and snippets.

@dlokesh
Last active December 16, 2015 12:18
Show Gist options
  • Select an option

  • Save dlokesh/5433231 to your computer and use it in GitHub Desktop.

Select an option

Save dlokesh/5433231 to your computer and use it in GitHub Desktop.

Revisions

  1. dlokesh revised this gist Apr 22, 2013. 1 changed file with 12 additions and 10 deletions.
    22 changes: 12 additions & 10 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,16 +1,18 @@
    [user]
    name = name
    email = email
    name = <name>
    email = <email>

    [alias]
    st = status
    ci = commit
    co = checkout
    w = whatchanged
    st = status
    ci = commit
    co = checkout
    w = whatchanged

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

    [color "diff"]
    meta = yellow bold
  2. dlokesh revised this gist Apr 22, 2013. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,11 @@
    [user]
    name = name
    email = email

    [alias]
    st = status
    ci = commit
    co = checkout
    w = whatchanged

    [color]
    diff = auto
    interactive = auto
  3. dlokesh revised this gist Apr 22, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    [user]
    name = ;name;
    email = ;email;
    name = name
    email = email

    [alias]
    st = status
  4. dlokesh revised this gist Apr 22, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    [user]
    name = <name>
    email = <email>
    name = ;name;
    email = ;email;

    [alias]
    st = status
  5. dlokesh revised this gist Apr 22, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    [user]
    name = <name>
    email = <email>
    email = <email>

    [alias]
    st = status
  6. dlokesh created this gist Apr 22, 2013.
    31 changes: 31 additions & 0 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    [user]
    name = <name>
    email = <email>

    [alias]
    st = status
    ci = commit
    co = checkout
    w = whatchanged

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

    [color "diff"]
    meta = yellow bold
    frag = magenta bold
    old = red bold
    new = green bold
    [gui]
    fontui = -family Monaco -size 14 -weight normal -slant roman -underline 0 -overstrike 0
    fontdiff = -family Monaco -size 14 -weight normal -slant roman -underline 0 -overstrike 0

    [core]
    editor = mvim -f
    quotepath = false

    [github]
    user = <user>