From f49a05a472f2eb8e9df9eeef3d505870e23dc9a7 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 3 Dec 2014 21:35:32 -0800 Subject: add gitconfig I thought I used to have 'git status' show deleted files as red, but aparently this isn't possible? Meh. --- .gitconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..c50e992 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,20 @@ +[color] + branch = auto + diff = auto + status = auto +[color "branch"] + current = yellow reverse + local = yellow + remote = green +[color "diff"] + meta = yellow bold + frag = magenta bold + old = red bold + new = green bold +[color "status"] + added = yellow + changed = green + untracked = cyan +[user] + name = bnewbold + email = bnewbold@robocracy.org -- cgit v1.2.3