made comments in config example into actual comments
[feisty_meow.git] / 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)