projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc00a1
)
made comments in config example into actual comments
author
Chris Koeritz
<fred@gruntose.com>
Thu, 16 Jul 2020 13:25:28 +0000
(13:25 +0000)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 16 Jul 2020 13:25:28 +0000
(13:25 +0000)
infobase/configuration/git/git_config_aliases.txt
patch
|
blob
|
history
diff --git
a/infobase/configuration/git/git_config_aliases.txt
b/infobase/configuration/git/git_config_aliases.txt
index d3062bea62d22d6a119ba9652e79fdba5e82e3b6..92107f3e49a37112705f589cfb78d2ce44353b93 100644
(file)
--- a/
infobase/configuration/git/git_config_aliases.txt
+++ b/
infobase/configuration/git/git_config_aliases.txt
@@
-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)