Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 268 Bytes

File metadata and controls

5 lines (5 loc) · 268 Bytes

git studing now

  • "git add" command is that add updates from working-tree to index.
    • this is "Staging"
  • "git commit" command is that commit updates from index to local-repository.
  • "git push" command is that push updates from local-repository to remote-repository.