git hist alias added
authorChris Koeritz <fred@gruntose.com>
Thu, 16 Jul 2020 10:43:26 +0000 (06:43 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 16 Jul 2020 10:43:26 +0000 (06:43 -0400)
infobase/configuration/git/git_config_aliases.txt [new file with mode: 0644]

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)