git init = makes new repo git add = adds file git commit = commits file to git repo git remote = establishes remote connection w github git push = adds local repo to GitHub git pull = pulls a repo to git This is a change i am making.