diff --git a/Build/.gitkeep b/Build/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/Build/.gitkeep @@ -0,0 +1 @@ + diff --git a/NewFolder/samplefile b/NewFolder/samplefile new file mode 100644 index 00000000..9e1e53bd --- /dev/null +++ b/NewFolder/samplefile @@ -0,0 +1 @@ +This is the second file that will go in the documents folder diff --git a/README.md b/README.md index efebf033..6cd321c2 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. +This is my version of the read me . This will not be merged back to the original repo 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/documents/my_new_file_7.md b/documents/my_new_file_7.md new file mode 100644 index 00000000..72e63c1f --- /dev/null +++ b/documents/my_new_file_7.md @@ -0,0 +1 @@ +This is the content of my first file.