Preferences

steve_adams_86 parent
Ha, I expected to know the features you were going to list, but got surprise attacked by pickaxe. What the hell? I guess I shouldn’t be so confident

pickaxe isn't a Git command, rather, it's a set of flags that `git log` offers (specifically `-S` and `-G`).

Shameless plug: I recently did a webinar on how the pickaxe options are better than `git-blame`) that you can find here: https://nofluffjuststuff.com/webinar/142/level_up_your_git_g... (Note: It requires you to provide an email address).

chrishill89
"Pickaxe" most often means those options. But it's also a (apparently legacy) command alias for git-blame.
steve_adams_86 OP
Yes, this makes more sense now. Unfortunately I was already a heavy user of log, so then only new part is the term used for the flags. Somehow I've never seen it before
lucasoshiro
Once I started to use it I almost never used blame anymore

This item has no comments currently.