LukasDrude / test-git-mergetool

toy project to test git mergetool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General

Branches chen and bob has edit conflict on hello.txt and bye.txt. They are not merged to main branch yet.

Instructions to call your mergetool

  1. Clone this repository and enter the folder
  2. Type git branch -a to see all branches including remotes
  3. Type git pull origin bob.
  4. Type git pull origin chen. This will already cause CONFLICT (content): Merge conflict in hello.txt.
  5. Make sure your mergetool is configured, e.g. in ~/.gitconfig.
  6. Type git mergetool to test your setup.

About

toy project to test git mergetool