The Lesser Known Git Pro Tips
adaptechsolutions.net
The Lesser Known Git Pro Tips
1–3 of 3 posts
Re: The Lesser Known Git Pro Tips
#2Can anyone spot the error in this command?
$ git config --global format.pretty="format:%Cred%h%Creset -%C(yellow)%d%Creset %C(white)%s%Creset %C(yellow)(%cr) %C(bold blue)%Creset"
error: invalid keyRe: The Lesser Known Git Pro Tips
#3Can anyone spot the error in this command? $ git config --global format.pretty="format:%Cred%h%Creset -%C(yellow)%d%Creset %C(white)%s%Creset %C(yellow)(%cr) %C(bold blue) %Creset" error: invalid key
Good eye. Should be corrected now.