Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Alyson and Kyle demonstrate what a traditional workflow should look like within an organization.
Further reading
In this video, we used git branch --remote
to get a list of all branches currently on the remote (or, said another way, on GitHub). We then used git checkout
followed by the name of the remote branch to download that branch locally. For example:
git checkout test_branch
You can read more about the git checkout command at the great Git SCM docs site.
If you’d like another visual example of what Alyson and Kyle did in this video, you can checkout the GitHub Flow documentation on the GitHub Guides site.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up