git status – What’s Git thinking about my repo currently?

git status – What’s Git thinking about my repo currently?

You have now started to run git commands but how do you ensure git is seeing exactly what you think it is seeing? Use git status When you want to find the state of your git files or repository, make use of git status command. Essentially when you are first starting...