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..3284802 --- /dev/null +++ b/test.md @@ -0,0 +1,3 @@ +this is my test file + +add new line 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