git init - Create a new git repo git status - View changes to the project files git add - add files to the staging area git commit - createa new commit with files from staging area git log - View recent commits' details
ls -a ~/.ssh - To check if ssh keys are available (to use with github)