#DSCI 521 git example
git clone <url>
does a one time / download of a git repo from
-git status
: your friend
git add <FILE>
: add to staging area
-git commit
: commits the staging area, opens an editor for you to write a message
-git commit -m "MY MESSAGE"
: does commit and apply message all at one
-`git push : push code from local to remote