diff --git a/a_test_addition.txt b/a_test_addition.txt new file mode 100644 index 0000000..742dc8a --- /dev/null +++ b/a_test_addition.txt @@ -0,0 +1,6 @@ + + +Suppose this is like a piece of code that I'm adding to the repository. This is version 1. + +I'm adding stuff. Lots of stuff. just piling it in. + diff --git a/test_repo.code-workspace b/test_repo.code-workspace new file mode 100644 index 0000000..6055c6c --- /dev/null +++ b/test_repo.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "./" + } + ] +}