git initinitialize the project into gitgit add <filename>will add the file to the staging area for gitgit commit -m "This commit will... message"commits the project to gitgit clone <SSH key>clones (which pulls) a project from githubgit pushpushes any changes to GitHubgit diffto see changes made before addinggit statusto see the current status and get some help from terminalgit remote -vto check your current git remote origin connectiongit remote remove originto remove your connection