Evan Prodromou

Evan Prodromou at

Every time I type this:

evan@elizabeth:~/Code/pump.io$ git log --one-line --no-merges
fatal: unrecognized argument: --one-line

...and I have to change it to

evan@elizabeth:~/Code/pump.io$ git log --oneline --no-merges

...it makes me feel dumb and angry.

jrobb, Claes Wallin (韋嘉誠) likes this.

I think you just need better TAB-completion :)

Stefano Zacchiroli at 2014-12-17T16:40:10Z