Categories
Git

initial post for using main

echo "# udacity-controlled2" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/mclark610/udacity-controlled2.git
git push -u origin main

Leave a Reply

Your email address will not be published. Required fields are marked *