Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.41 KB

04-github-flow.md

File metadata and controls

32 lines (23 loc) · 1.41 KB
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
overlay_image overlay_filter
cover.jpeg
rgba(46, 129, 200, 0.6)
Use GitHub Flow
/intro-to-github/use-github-flow
/intro-to-github/create-a-branch
nav
intro-nav
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>