git hist alias added
[feisty_meow.git] / infobase / configuration / git / git_config_aliases.txt
diff --git a/infobase/configuration/git/git_config_aliases.txt b/infobase/configuration/git/git_config_aliases.txt
new file mode 100644 (file)
index 0000000..d3062be
--- /dev/null
@@ -0,0 +1,9 @@
+
+
+this command should go into ~/.gitconfig to enable the hist alias:
+
+[alias]
+       hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
+
+
+(add more awesome aliases here as we find them)