Jean-alien/solid-fishstick-snowcats

how to get a branch on devBox that was created on GitHub

Opened this issue ยท 2 comments

similar to ANY change made on the remote repo that isn't updated on your local dev box (git)

๐Ÿ‘ How to create a new branch:
image

  • displays all branches
$ git branch -a 

image

  • update chanages of repo
git pull

image