-
Notifications
You must be signed in to change notification settings - Fork 0
Source code management
Pedro Bernáldez Torres edited this page Mar 20, 2019
·
2 revisions
To bring changes from GitHub to the local repository, follow the following steps:
- Update the local repository:
git fetch. - Check the remote branches:
git branch -a. - Bring the remote branch:
git branch <branch_name> <branch_path>_. - Check if the previous step bring the remote branch:
git branch -a. - Checkout to the bring branch:
checkout <branch_name>.