LoginSignup
9
7

More than 5 years have passed since last update.

[Emacs] magit-blame紹介

Last updated at Posted at 2016-09-09

犯人探しするときに 便利なgit blameのmagit上での使い方を紹介

magit-blameモード

git blameを見たいファイルを開いた状態でM-x magit-blameでmagit-blameモードになる。

magitチュートリアルで作ったリポジトリ上で実行するとこうなる。

magit-blame_tut1.png

qでmagit-blameモードを終了できる。

基本動作

キー 動作
n 次のチャンクへ
p 前のチャンクへ
N 同一コミットの次チャンクへ
P 同一コミットの前チャンクへ

ファイルを遡りたい場合

例えば上の例でEを追加する前のファイルに遡りたい場合は、Eにカーソルを合わせてb bでその時点のファイルに遡ることが可能。

magit-blame-tut2.png

qで遡るまえに戻ることができる。

9
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
7