Skip to content

Commit

Permalink
Add branch-specific link
Browse files Browse the repository at this point in the history
  • Loading branch information
paolaperaza authored Dec 10, 2019
1 parent 2fed536 commit f77bcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Before your first day at Astronomer, you'll be ahead if you can do the following

1. [Clone a GitHub repo](https://help.github.com/en/articles/cloning-a-repository) (aka download its contents to your "local machine", aka computer)
2. [Create a GitHub "Issue"](https://help.github.com/en/articles/about-issues) (aka something you want to fix, edit, add, delete)
3. [Create a branch](https://guides.github.com/activities/hello-world/) (aka a copy of those same files)
3. [Create a branch](https://guides.github.com/activities/hello-world/#branch) (aka a copy of those same files)
4. Make a change to a file on your own branch (and save it, but without affecting the original file in the "master" branch)
5. [Submit a "Pull Request"](https://help.github.com/en/articles/about-pull-requests) - aka push up that change for review by someone else
6. "Merge" that change to "master" (aka publish it and port those changes back up to the original file)
Expand Down

0 comments on commit f77bcaf

Please sign in to comment.