aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
new file mode 100644
index 0000000..d5663ce
--- /dev/null
+++ b/gitconfig
@@ -0,0 +1,6 @@
+[user]
+ email = mitch@riedstra.us
+ name = Mitch Riedstra
+[alias]
+ hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
+ histv = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short --stat