]> code.delx.au - dotfiles/commitdiff
git: global configuration
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 1 Sep 2012 02:09:42 +0000 (12:09 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 1 Sep 2012 02:09:42 +0000 (12:09 +1000)
.gitconfig [new file with mode: 0644]

diff --git a/.gitconfig b/.gitconfig
new file mode 100644 (file)
index 0000000..2c9b475
--- /dev/null
@@ -0,0 +1,9 @@
+[user]
+       name = James Bunton
+       email = jamesbunton@delx.net.au
+
+[color]
+       ui = always
+[core]
+       pager = less -R
+       editor = vim