(git): Adjust wrong alias in .gitconfig.

This commit is contained in:
Heavy 2024-11-07 13:03:21 +01:00
parent b3bd95686d
commit 9bc5d97713

View File

@ -48,7 +48,7 @@
ls = log --pretty=format:"%C(green)%h\\ %C(yellow)[%ad]%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative
lstat = log --name-status
# print 'log hints', if using commit messages like "(test): Adjusted test classes"
loghints = ! git log --oneline | awk -F '(' '/^.{8}\(.*/ {print $2}' | awk -F ')' '{print $1}' | sort | uniq -c
loghints = ! git log --oneline | awk -F '(' '/^.{8}\\(.*/ {print $2}' | awk -F ')' '{print $1}' | sort | uniq -c
# initial push
puu = push -u origin