Twindle: Resolving Your Merge Conflicts

Created on 17 Oct 2020  ·  8Comments  ·  Source: twindle-co/twindle

This is how I resolved my merge conflicts

  1. Pull the changes from the orignal repo to your forked repo
  2. Check for changes (VS code also provides a promt to resolve the conflict)
  3. After solving the conflict, save and push the changes
  4. Ask for review by reaching out on discord or twitter.

P.S: This is how I did it, fellow experts might add on to this.

Most helpful comment

Hi everyone👋
Suggestion for improvement!!

Getting stuck with merge conflict

Solve your merge conflict

  1. Clone your repository
  2. Open in VSCode & Write the below command in git bash/terminal
  3. git remote add upstream https//:url of the twindle repo/
  4. git fetch upstream
  5. git rebase upstream/main

This will automatically update your repository if any new changes are made to the Twindle Repo because of the PR.

All 8 comments

A very simple explanation of the very complex merge conflict solving
👍👍

Must add to Wikis section

Adding to Wikis, then you can close the issue

https://github.com/twindle-co/twindle/wiki/Resolving-merge-conflicts

Any suggestions for improvements on this Wiki are most welcome

To be specific, main is the branch, you can replace word with "original" :)

Good and simple instructions 😄

Great for the beginners to understand merge conflicts @nishanknavelkar 👍

Hi everyone👋
Suggestion for improvement!!

Getting stuck with merge conflict

Solve your merge conflict

  1. Clone your repository
  2. Open in VSCode & Write the below command in git bash/terminal
  3. git remote add upstream https//:url of the twindle repo/
  4. git fetch upstream
  5. git rebase upstream/main

This will automatically update your repository if any new changes are made to the Twindle Repo because of the PR.

Any further techniques for resolving merge issues can be updated at the wiki
https://github.com/twindle-co/twindle/wiki/Resolving-merge-conflicts

Closing this issue. ✌

Was this page helpful?
0 / 5 - 0 ratings

Related issues

proful picture proful  ·  6Comments

shekhar10feb picture shekhar10feb  ·  3Comments

proful picture proful  ·  5Comments

piratelicorne picture piratelicorne  ·  7Comments

johnjacobkenny picture johnjacobkenny  ·  5Comments