DEV Community

Discussion on: Git blame should be called git credit

Collapse
 
samuelfaure profile image
Samuel-Zacharie FAURE

I dislike the tendency to twist everything positively, therefore I'm not in favor of "git credit". I went with a neutral term instead : "git curious", because I'm just curious about what went there, I don't want to blame anyone for it.

Collapse
 
damcosset profile image
Damien Cosset

Git curious is quite nice also 👍

Collapse
 
acelot profile image
acelot

It's hard to type. Git curois, git curouius, git curous :)

Collapse
 
waynejwerner profile image
Wayne Werner

I feel similar. Though, I guess it also depends on my mood. Usually my mood is git butwhy. Sometimes it's git wtf. I think a few times it's been git ohcmon or git forcryingoutloud.

And sometimes it's just git whodunnit because this code is a mystery!

Collapse
 
siddharthshyniben profile image
Siddharth
git config --global alias.whodunnit "blame"
Enter fullscreen mode Exit fullscreen mode