Skip to content

Instantly share code, notes, and snippets.

@springaki
Created December 16, 2014 23:34
Show Gist options
  • Save springaki/022e59f64fdcfab40026 to your computer and use it in GitHub Desktop.
Save springaki/022e59f64fdcfab40026 to your computer and use it in GitHub Desktop.
RubyMineで簡単に行ごとのコミットログを見る方法 (Annotate,Blame) ref: http://qiita.com/spring_aki/items/04c229a771e44396c4fd
$ git annotate <ファイル名>
git blame -c <ファイル名>
tig blame <ファイル名>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment