This is how I resolved my merge conflicts
P.S: This is how I did it, fellow experts might add on to this.
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
git remote add upstream https//:url of the twindle repo/git fetch upstreamgit rebase upstream/mainThis 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. ✌
Most helpful comment
Hi everyone👋
Suggestion for improvement!!
Getting stuck with merge conflict
Solve your merge conflict
git remote add upstream https//:url of the twindle repo/git fetch upstreamgit rebase upstream/mainThis will automatically update your repository if any new changes are made to the Twindle Repo because of the PR.