@it Commands

git init - Create a new git repo git status - View the change to your project code git add - Add files to staging area git commit - Craetes a new commit with files from staging area git log - View recent commits