AbsurdPotato1 / carTycoonGame

0 stars 0 forks source link

Do this if you do not already have the branch on your local repo (check with 'git branch'): git fetch origin // do this line and the below line if you only want to pull one branch (i recommend doing this) git checkout -b origin/ git checkout git merge origin/

If you already have the branch on your local repo then do this instead: git checkout git fetch git checkout git merge origin/