diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -1,35 +1,35 @@ [apply] whitespace = fix [core] - excludesfile = ~/.gitignore - attributesfile = ~/.gitattributes - whitespace = fix,space-before-tab,tab-in-indent,trailing-space + excludesfile = ~/.gitignore + attributesfile = ~/.gitattributes + whitespace = fix,space-before-tab,tab-in-indent,trailing-space [color] - ui = auto + ui = auto [color "branch"] - current = yellow reverse - local = yellow - remote = green + current = yellow reverse + local = yellow + remote = green [color "diff"] - meta = yellow bold - frag = magenta bold - old = red bold - new = green bold + meta = yellow bold + frag = magenta bold + old = red bold + new = green bold [color "status"] - added = yellow - changed = green - untracked = cyan + added = yellow + changed = green + untracked = cyan [merge] - log = true + log = true [url "git@github.com:"] - insteadOf = "gh:" - pushInsteadOf = "github:" - pushInsteadOf = "git://github.com/" + insteadOf = "gh:" + pushInsteadOf = "github:" + pushInsteadOf = "git://github.com/" [url "git://github.com/"] - insteadOf = "github:" + insteadOf = "github:" [url "git@gist.github.com:"] - insteadOf = "gst:" - pushInsteadOf = "gist:" - pushInsteadOf = "git://gist.github.com/" + insteadOf = "gst:" + pushInsteadOf = "gist:" + pushInsteadOf = "git://gist.github.com/" [url "git://gist.github.com/"] - insteadOf = "gist:"
\ No newline at end of file + insteadOf = "gist:"
\ No newline at end of file |