Skip to content
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

Update Your Fork

Steps

  1. 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
  1. Update UpStream
git fetch upstream
  1. Update your Local Repo
git rebase upstream/develop
  1. Update Your Remote Fork
git push -f origin develop
Clone this wiki locally