(git): Adjust wrong alias in .gitconfig.
This commit is contained in:
parent
b3bd95686d
commit
9bc5d97713
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user