![(reference)[http://acronymsandslang.com/definition/6938862/GIT-meaning.html]](./gidiot.jpeg)
git clone [link to repository]git status shows what files have changedgit add . stages new and modified files onlygit commit -m ""them changes" by Thundercat" commits the changes and creates a record of what was changed enclosed in the quotesgit push origin main this pushes the changes from the local “main” branch to the remote repository named “origin”git automatically gives the name “origin” to the server or cloud location and “master” to the local branch
<img src="102/pics/gittable.jpeg" alt="(reference)[https://stackoverflow.com/questions/26042390/git-add-asterisk-vs-git-add-period]">
cloning in git?git add . or git add filenamegit commit -a or git commit -m "them changes"git push origin main
<img src="102/pics/commitmessages.png" alt="here are the clean commitment messages">