From 5f928e877e487130a43da68dba3671e11c718821 Mon Sep 17 00:00:00 2001 From: Paola Peraza Calderon Date: Thu, 11 Jul 2019 01:58:10 -0400 Subject: [PATCH] Create sample doc #13 --- README.md | 3 ++- sample-doc.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 sample-doc.md diff --git a/README.md b/README.md index ba1665d..86b8930 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # vfastronauts Your personalized, hands-on guide to learning Git and GitHub. @@ -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 diff --git a/sample-doc.md b/sample-doc.md new file mode 100644 index 0000000..9a17dfc --- /dev/null +++ b/sample-doc.md @@ -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.