You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.
Lawrence (Drew) Whisenant edited this page Jan 6, 2019
·
3 revisions
To create a branch to work on, perform the following steps.
On the repository's GitHub page.
Click on the Branch button.
Give the branch a unique name (do not use spaces - use hyphens, letters, and numbers) and press Enter.
On your computer.
Open a terminal window or command prompt that can run Git (make sure you are in the repo).
Enter the git fetch command.
Checkout the branch you want by typing git checkout -b name-of-branch origin/name-of-branch, where name-of-branch is the name of the branch you created.
Make sure you have the latest version an enter git pull.
You now have the latest version of the branch and can begin working.