Merge branch 'release-2.140.136'
[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
deleted file mode 100644 (file)
index 92107f3..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-# 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)