Hacker News new | ask | show | jobs
by mfontani 3932 days ago
~/.gitconfig

[alias] praise = blame

git praise ./path/to/file

3 comments

Hmm, not a bad idea: [alias] who = blame

git who file

:)

I use it more for the 'when' aspect than the 'who' aspect.
Haha great! I will remember this.
old svn user?