lang | ref | layout | help | header | title | permalink | next-page | sidebar | main-content | show-me-how | tell-me-why | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
en |
intro-to-github-04 |
simple-class |
|
Use GitHub Flow |
/intro-to-github/use-github-flow |
/intro-to-github/create-a-branch |
|
To add your pin to the project, you will need to add a new file. You will do this with the GitHub Flow.
So far, you have created an issue, become a collaborator on our repository, and done a little exploring. Now it is time to get to work and add your pin to the class map! To add your pin to the map, we are going to use the [GitHub Flow](https://guides.github.com/introduction/flow/).
To quickly summarize the GitHub Flow, it is a branch based workflow (don't worry, we explain branches in the next section) that enables you to make changes to a project's file without altering the published content until _you_ are ready to share you amazing changes ✨.
|
# Understanding the GitHub Flow
If you would like to learn more about the GitHub Workflow, check out this video:
<iframe width="560" height="315" src="https://www.youtube.com/embed/PBI2Rz-ZOxU" frameborder="0" allowfullscreen></iframe>
|