reading-notes

Revisions and the Cloud

Practice with git

(reference)[http://acronymsandslang.com/definition/6938862/GIT-meaning.html]

Cloning The Repository

ACP (Add, Commit, Push)

git automatically gives the name “origin” to the server or cloud location and “master” to the local branch

gittable <img src="102/pics/gittable.jpeg" alt="(reference)[https://stackoverflow.com/questions/26042390/git-add-asterisk-vs-git-add-period]">

What is Version Control?

What is cloning in git?

What is the command to track and stage files?

What is the command to take a snapshot of your changed files?

What is the command to send your changed files to Github?

Stretch Goal - Clean Commitment (I have attachement issues)

here are the clean commitment message <img src="102/pics/commitmessages.png" alt="here are the clean commitment messages">