Git in Action #5
To see the status of our tracked and untracked files in git we use status parameter:
git status
If we have not added any changed file into index (un-staged files) then the result will be list of the files in red color. And if they are added already t...
simplekit.hashnode.dev1 min read