Hacker News new | ask | show | jobs
by chmaynard 3424 days ago
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
1 comments

Good eye. Should be corrected now.