Upgrade to Pro — share decks privately, control downloads, hide ads and more …

13 git Tips for Killer Productivity

Kevin Marsh
September 13, 2013

13 git Tips for Killer Productivity

Rapid Fire Tech Talk

Kevin Marsh

September 13, 2013
Tweet

More Decks by Kevin Marsh

Other Decks in Technology

Transcript

  1. git wtf [alias] wtf = "!f() { git blame --line-porcelain

    $1 | sed -n 's/^author //p' | sort | uniq -c | sort -rn; }; f" “Who The File?” aka Who should I talk to about this?