7

Git should have an option - - gud which signs the last developer to commit to log each time it's called. (in case they borked it). That way, everyone could spam someone's stupid name who broke production.

Comments
  • 0
    @Lahsen2016 I hadn't heard of that command before. That's awesome. And here I am thinking I'm clever lol...
  • 2
    @ChachiKlaus
    alias gitgud='git blame'

    Or alternatively:
    alias gud='blame'

    So you can just "git gud"
Add Comment