diff --git a/test_project/README.md b/test_project/README.md new file mode 100644 index 0000000..22730ce --- /dev/null +++ b/test_project/README.md @@ -0,0 +1,12 @@ +# test_project + +Repo just for experimentation with git + + +## Contributing + +1. Fork it! +2. Create your feature branch: `git checkout -b my-new-feature` +3. Commit your changes: `git commit -am 'Add some feature' +4. Push to branch: `git push origin my-new-feature` +5. Submit a pull request :D diff --git a/test_project/test.txt b/test_project/test.txt new file mode 100644 index 0000000..97e8f55 --- /dev/null +++ b/test_project/test.txt @@ -0,0 +1,5 @@ + +This is the first line in a text file, reason of which is to learn and experiment with Git +This is the second line in a text file, continued experimentation +This is the third line in a text file, trying to figure out what is going on +