-
Notifications
You must be signed in to change notification settings - Fork 21
How To
Saulo Nunes edited this page Apr 11, 2020
·
5 revisions
A Complete List of Helpful Documents in How To Use, Work And Contribute to the Project
- Add UpStream
- If you Use SSH
git remote add upstream [email protected]:CollabCodeTech/training-frontend.git
- If you Use HTTPS
git remote add upstream https://github.com/CollabCodeTech/training-frontend.git
- Update UpStream
git fetch upstream
- Update your Local Repo
git rebase upstream/develop
- Update Your Remote Fork
git push -f origin develop