LoginSignup
0
0

More than 5 years have passed since last update.

git merge の小さなサンプルメモ② conflict

Last updated at Posted at 2019-03-11

メモ

  • アカウントA
    • ブランチ(bugfix)切る
  • アカウントB
    • 編集、ローカルでコミット
    • Masterにpush
  • アカウントA
    • 編集、ローカルでコミット
    • Masterにch
    • pull
    • bugfixにch
    • merge bugfix
    • コンフリクト★
    • ファイルを修正
    • add
    • git commit
      • merge commit となる
    • push

全てのコミットが履歴となる

ScreenClip.png

参考

git merge でのコンフリクト(競合)の解決方法まとめ | WWWクリエイターズ http://www-creators.com/archives/1938

0
0
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
0
0