You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nishank Navelkar edited this page Oct 17, 2020
·
9 revisions
Pull the changes from the main repo to your forked repo
Check for changes (VS code also provides a promt to resolve the conflict)
After solving the conflict, save and push the changes
Ask for review by reaching out on discord or twitter.
Follow the Steps below to solve your merge conflict
Clone your repository
Open in VSCode & Write the below command in git bash/terminal git remote add upstream https//:url of the twindle repo/ git fetch upstream git rebase upstream/main
This will automatically update your repository if any new changes are made to the Twindle Repo because of the PR.
Note:-
If you want to add some more information, open a new issue