Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 346 Bytes

readme.md

File metadata and controls

31 lines (16 loc) · 346 Bytes

stuff and stuff

STUFF

we'll say

git add .

or

git add filename

check status with

git status

then we commit with a comment

git commit -m "message here"

check differences/changes with

git diff

then we can also push to the cloud

git push origin master

you can also pull from the cloud

git pull origin master