made comments in config example into actual comments
authorChris Koeritz <fred@gruntose.com>
Thu, 16 Jul 2020 13:25:28 +0000 (13:25 +0000)
committerChris Koeritz <fred@gruntose.com>
Thu, 16 Jul 2020 13:25:28 +0000 (13:25 +0000)
infobase/configuration/git/git_config_aliases.txt

index d3062bea62d22d6a119ba9652e79fdba5e82e3b6..92107f3e49a37112705f589cfb78d2ce44353b93 100644 (file)
@@ -1,9 +1,9 @@
 
 
-this command should go into ~/.gitconfig to enable the hist alias:
+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)
+### (add more awesome aliases here as we find them)