first commit

master
Spencerscooper 2 years ago
commit 8b68f1785d

@ -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
Loading…
Cancel
Save