diff --git a/MyTestFile b/MyTestFile new file mode 100644 index 00000000..91d440cf --- /dev/null +++ b/MyTestFile @@ -0,0 +1,3 @@ +Strangely this is a place I can add or edit new files for inclusion into GITHUB. + +I think it useds **markdown.. or not.. diff --git a/README.md b/README.md index efebf033..17d31b27 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,8 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +What I Added +============ + +I just decided to add this section as I am learning GitHub. diff --git a/another-file b/another-file new file mode 100644 index 00000000..ef934c58 --- /dev/null +++ b/another-file @@ -0,0 +1 @@ +This file was created after the repo was forked. diff --git a/new_file.md b/documentation/new_file.md similarity index 100% rename from new_file.md rename to documentation/new_file.md