This is my first Git and GitHub assignment.
My name is Your Name.
I am learning how to track code using Git and push code to GitHub.
git initgit statusgit add .git commit -m "message"git log --onelinegit remote add origin <repo-url>git branch -M maingit push -u origin maingit push
Git & GitHub In-Class Assignment
Commit is local. Push is online.