add empty commit shortcut
Jes Olson jolson@digitalocean.com
Mon, 20 Sep 2021 11:49:37 -0500
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
.config/git/config
→
.config/git/config
@@ -14,6 +14,7 @@ aa = add -A .
cm = commit -m lg = log --color --graph --pretty=format:'%Cgreen%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit + empty = commit --allow-empty -m 'Trigger Build' [color] ui = auto [core]