Skip to content

Commit

Permalink
Create sample doc #13
Browse files Browse the repository at this point in the history
  • Loading branch information
paolaperaza committed Jul 11, 2019
1 parent b6a8b41 commit 5f928e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# vfastronauts

Your personalized, hands-on guide to learning Git and GitHub.
Expand All @@ -17,7 +18,7 @@ Before your first day at Astronomer, you'll be ahead if you can do the following
3. Create a 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)
6. "Merge" that change to "master" (aka publish it and port those changes back up to the original file)

## What you need

Expand Down
6 changes: 6 additions & 0 deletions sample-doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

## HELLO!

This is a sample doc, written in [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).

Check out that link. You'll get the hang of it.

0 comments on commit 5f928e8

Please sign in to comment.