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/Chapter_1.md similarity index 100% rename from new_file.md rename to documentation/Chapter_1.md diff --git a/new2_file b/new2_file new file mode 100644 index 00000000..fe45e720 --- /dev/null +++ b/new2_file @@ -0,0 +1,2 @@ +This is to try to see if no extension md works? +I guess I need to add md extension to specify as markdown file. GitHub can accept any file format ...