small pixel drawing of a pufferfish dotfiles

git aliases: match jj
Jes Olson j3s@c3f.net
Mon, 14 Aug 2023 14:44:32 -0500
commit

6be05a2c4ec08edb298cfb33075c98d899df3306

parent

3f53abf9a05615feceb3b389c22a02a65aa3f0a4

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M .config/git/config.config/git/config

@@ -2,7 +2,7 @@ [advice]

addIgnoredFile = false detachedhead = false [alias] - s = status + st = status d = diff p = pull --prune --rebase ds = diff --staged

@@ -13,7 +13,7 @@ co = checkout

br = branch amend = commit --amend -m aa = add -A . - cm = commit -m + ci = commit 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'