Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 273 Bytes

git-diff-two-commit.md

File metadata and controls

7 lines (4 loc) · 273 Bytes

git diffにおけるコミットの位置関係

git diffであるコミット間の差分を求めるとき、+-の関係がわからなくなったりするのでメモ。

git diff <from> <to>

fromから、toに至るための差分を得ることができる。