Hacker News new | ask | show | jobs
The Lesser Known Git Pro Tips (adaptechsolutions.net)
3 points by adymitruk 3423 days ago
1 comments

Can 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)<%an>%Creset"
error: invalid key
Good eye. Should be corrected now.