2. Staging in GIT - status, add, commit, rm, mv, reset
Different Status of a project in GIT
In Git, status refers to the state of your working directory and staging area or in simple words it tells the current status of your project
There are 4 status label:
→ untracked - new files that git doesn't yet...
git-tutorial.hashnode.dev3 min read