Last active
December 16, 2015 12:18
-
-
Save dlokesh/5433231 to your computer and use it in GitHub Desktop.
Revisions
-
dlokesh revised this gist
Apr 22, 2013 . 1 changed file with 12 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,16 +1,18 @@ [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 -
dlokesh revised this gist
Apr 22, 2013 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
dlokesh revised this gist
Apr 22, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ [user] name = name email = email [alias] st = status -
dlokesh revised this gist
Apr 22, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ [user] name = ;name; email = ;email; [alias] st = status -
dlokesh revised this gist
Apr 22, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ [user] name = <name> email = <email> [alias] st = status -
dlokesh created this gist
Apr 22, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>