0

I am trying to commit and push my repo from VSC to github. I managed to push my remote repo using command git push --set-upstream origin main, however, when I check my repo on Github, I realised the server folder is clickable but the client folder isn't. enter image description here

I checked git status for both my server and client directories, and found that my server and parent folder(containing both server and client) are on branch main but my client folder is on branch master.

I also checked git remote -v for all 3 directories and they all have the same origin.

Can someone advise as to why my client folder isn't pushed to github successfully?

Josh Friedlander
  • 10,870
  • 5
  • 35
  • 75

0 Answers0