git push
git push
fatal: not a git repository (or any of the parent directories): .git
PS C:\Grievance cell\backend> git init
Initialized empty Git repository in C:/Grievance cell/backend/.git/
PS C:\Grievance cell\backend> git add .
warning: in the working copy of 'package-lock.json', LF will be replaced by CRLF
the next time Git touches it
warning: in the working copy of 'package.json', LF will be replaced by CRLF the
next time Git touches it
PS C:\Grievance cell\backend> git commit -m "intialcommit"
Author identity unknown
Run
PS C:\Grievance cell\backend>