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.
A Complete List of Helpful Documents in How To Use, Work And Contribute to the Project
git remote add upstream https://github.com/CollabCodeTech/training-frontend.git
git pull upstream develop
git checkout develop git reset --hard upstream/develop
If you have any conflicts with your local branch, checkout to master and delete local branch develop
git checkout master git branch -D develop git checkout develop git reset --hard upstream/develop
git push origin develop --force
git fetch origin
git checkout upstream/develop
git checkout -b Feature/<branchname>
git push -u origin Feature/<branchname>