Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions test_project/README.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions test_project/test.txt
Original file line number Diff line number Diff line change
@@ -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