Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 222 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 222 Bytes

Git commands

git init - create new git repo git status - view the changes to your code git add - add files to stagin area git commit - creates a new commit with files from the stages area git log - view recent commits