Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 272 Bytes

File metadata and controls

6 lines (6 loc) · 272 Bytes

Notes about Git commands

  1. To add edit to stage use git add
  2. To commit the change use git commit -m "Message here"
  3. To check status of changes use git status
  4. To check if any changes have been made use git diff
  5. To see log of all changes use git log