Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 237 Bytes

readme.md

File metadata and controls

7 lines (6 loc) · 237 Bytes

Git Commands

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