commit 8b68f1785d82011d8d6f3e4bc669512a7fd079e4 Author: Spencerscooper Date: Sat Apr 22 07:33:32 2023 +0000 first commit diff --git a/Lesson.md b/Lesson.md new file mode 100644 index 0000000..e69de29 diff --git a/READ.md b/READ.md new file mode 100644 index 0000000..e69de29 diff --git a/Step2follow.md b/Step2follow.md new file mode 100644 index 0000000..799e3d5 --- /dev/null +++ b/Step2follow.md @@ -0,0 +1,8 @@ +touch README.md +git init +git checkout -b main +git add README.md +git commit -m "first commit" +git remote add origin https://git.mcssliberia.org/scooper/SelfTaught.git +git push -u origin main +