Created
December 16, 2014 23:34
-
-
Save springaki/022e59f64fdcfab40026 to your computer and use it in GitHub Desktop.
RubyMineで簡単に行ごとのコミットログを見る方法 (Annotate,Blame) ref: http://qiita.com/spring_aki/items/04c229a771e44396c4fd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git annotate <ファイル名> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git blame -c <ファイル名> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tig blame <ファイル名> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment