You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
842 B
21 lines
842 B
# Student Lab
|
|
|
|
## Introduction to Github Branches
|
|
|
|
For your third project, you will not be working alone... this means that you will need to use Github branches!
|
|
|
|
### Watch this
|
|
|
|
Watch this ten minute video which will show you what it will look like when you make changes to the same file as someone else, how to deal with merge issues, how to commit your changes, and how to ask for a pull request.
|
|
https://www.youtube.com/watch?v=oFYyTZwMyAg
|
|
|
|
### Read this
|
|
|
|
Read this instructional guide on branching. The beginning of this guide covers adds and commits (which you're familair with), but read it through - you will get a more detailed understanding of what you're doing with github:
|
|
http://rogerdudler.github.io/git-guide/
|
|
|
|
### Do this
|
|
|
|
Then, follow this tutorial to put your fingers to the task:
|
|
http://rogerdudler.github.io/git-guide/
|