From e808965aee33821e40f7423b64ba0344bf19ca37 Mon Sep 17 00:00:00 2001 From: karinjohansson Date: Sat, 22 Sep 2018 16:41:13 +0200 Subject: [PATCH] Add some feature --- test_project/README.md | 12 ++++++++++++ test_project/test.txt | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 test_project/README.md create mode 100644 test_project/test.txt 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 +