Git Local Repository ( git commit) :
- it is snapshot/backup stage of code
- if you done changes in your source code, then we want to save the changes at that particular stage
- We can save them by committing with this command
Single line commit | Git commit -m “commit name” |
Commit with large information(editor opens) | git commit or git commit -v |