Doubt in using Git

I was running the git status command on command prompt but I am getting the error - not a git repository (or any of the parent directories): .git Please tell what to do

Hey @abhaygarg2001, you are required to first initialise your project with git using the command :

git init

So this will tell git that it needs to track your project ! :slight_smile:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.