Skip to content

Instantly share code, notes, and snippets.

@devlights
Created January 30, 2013 06:52
Show Gist options
  • Save devlights/4671285 to your computer and use it in GitHub Desktop.
Save devlights/4671285 to your computer and use it in GitHub Desktop.
gitでコンフリクトした場合のTips
  • 現在ブランチではない方のバイナリファイルを採用したい場合
    • git checkout --theirs xxxx
  • コンフリクトしたファイルを確認する方法
    • git ls-files -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment