From 79013b2874f37c67939ab8e4b4fb84ce68932ad3 Mon Sep 17 00:00:00 2001 From: Adam Foster Date: Thu, 22 Mar 2018 15:20:05 -0700 Subject: [PATCH 1/3] add test.md --- git-03_branches.md | 2 ++ test.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 test.md diff --git a/git-03_branches.md b/git-03_branches.md index f3bf8d7..1b42d75 100644 --- a/git-03_branches.md +++ b/git-03_branches.md @@ -1 +1,3 @@ ## Git branches + +I'm making some edits! Now I will track and save them using Git :) diff --git a/test.md b/test.md new file mode 100644 index 0000000..6ccb42e --- /dev/null +++ b/test.md @@ -0,0 +1 @@ +this is my test file From c6cb949e915a4602d223fde2b84871bd203c47b4 Mon Sep 17 00:00:00 2001 From: adamthefoster <37673148+adamthefoster@users.noreply.github.com> Date: Thu, 22 Mar 2018 15:48:38 -0700 Subject: [PATCH 2/3] Update test.md --- test.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.md b/test.md index 6ccb42e..3284802 100644 --- a/test.md +++ b/test.md @@ -1 +1,3 @@ this is my test file + +add new line From 2f95121fca4d340fa7727ae95e70d0df3ea14220 Mon Sep 17 00:00:00 2001 From: adamthefoster <37673148+adamthefoster@users.noreply.github.com> Date: Thu, 22 Mar 2018 15:54:59 -0700 Subject: [PATCH 3/3] Create newfile.md --- test/newfile.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/newfile.md diff --git a/test/newfile.md b/test/newfile.md new file mode 100644 index 0000000..5536d7b --- /dev/null +++ b/test/newfile.md @@ -0,0 +1 @@ +made a folder