Making a Git Commit
Consider that you have added all the required changes to the staging area. To read more about staging changes, refer to this blog.
If you run git status, the status of your repository looks like this:
It says:
You are on the main branch.
There are ...
lavanyamohan.hashnode.dev2 min read