From 080da0477d7c03384f8e88c317f9a2a0dea875fd Mon Sep 17 00:00:00 2001 From: Lori Whippler Hollasch Date: Tue, 20 Nov 2018 16:37:51 -0800 Subject: [PATCH] added more files --- AnotherNewRepoFile.txt | 1 + NewRepoFile.txt | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 AnotherNewRepoFile.txt create mode 100644 NewRepoFile.txt 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