my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

add empty commit shortcut

+1
+1
.config/git/config
··· 14 14 cm = commit -m 15 15 lg = log --color --graph --pretty=format:'%Cgreen%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit 16 16 lgs = log --graph --pretty=format:'%Cgreen%h%Creset - %s %C(yellow)%d' --abbrev-commit 17 + empty = commit --allow-empty -m 'Trigger Build' 17 18 [color] 18 19 ui = auto 19 20 [core]