diff --git a/.gitkeep b/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/.gitkeep @@ -0,0 +1 @@ + diff --git a/README.md b/README.md index efebf033..278f2f8b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +My test to update the readme file 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/sc_new_file.md b/sc_new_file.md new file mode 100644 index 00000000..0e8ac1d9 --- /dev/null +++ b/sc_new_file.md @@ -0,0 +1 @@ +This is the content for my new file.