Below steps i followed,
Git init
git add .
git commit -m "First Commit"
git push origin master
what am I doing wrong to resolve the problem?
Below steps i followed,
Git init
git add .
git commit -m "First Commit"
git push origin master
what am I doing wrong to resolve the problem?
Go to the frontend folder and get rid of the .git file since you have another.git file in the root folder.