diff --git a/AnotherNewRepoFile.txt b/AnotherNewRepoFile.txt new file mode 100644 index 0000000..e54b15a --- /dev/null +++ b/AnotherNewRepoFile.txt @@ -0,0 +1 @@ +Add another new file. \ No newline at end of file diff --git a/NewRepoFile.txt b/NewRepoFile.txt new file mode 100644 index 0000000..24afaac --- /dev/null +++ b/NewRepoFile.txt @@ -0,0 +1,4 @@ +I'm adding a file to my hello-world repo. + +Now I'm going to change the contents of this file +AFTER I did a git add on it to see what happens when I do a git status. \ No newline at end of file