We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To sync the Main repository and your Own repository from the Terminal, follow the steps below:
Remember to follow the below steps you must have Git Bash installed on your system.
Open VSCode & open Terminal as Bash in VSCode OR Open Git Bash directly in your local Repository & write the following code
git remote add upstream https://github.com/twindle-co/twindle.git
git fetch upstream
git merge upstream/main
git push origin main
(Alternative for step 2 & step 3)
git pull upstream main
Now your Own Repository & Main repository are in sync.
Note:- If you want to add some more information, open a new issue