Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 280 Bytes

tig.md

File metadata and controls

12 lines (10 loc) · 280 Bytes

tigチートシート

cherry-pick

  1. git checkout [コミットを取り入れるブランチ]
  2. tig [コミットのあるブランチ]
  3. shift+c
  4. y

blame

  • tig blame [ファイル名]

他のチートシート