0

I'm pretty new to GitHub, i searched all over the internet for pushing an entire project from Visual Studio Code to GitHub but I haven't found anything that would allow me to send, with the codes, the folders. Example : index.html is in Html\Version1\bin

How can I upload all this folders including what's inside assuming that there really is something inside? Thanks

2
  • Are you aware that you have a dedicated git tool in the side bar, the "Source Control" pane? If so, where are you stuck exactly? Commented Oct 3, 2022 at 13:32
  • that was simply what I was searching for. I'm so sorry but I could not find any tipe of tutorial to solve my problem. Ty @ÁlvaroGonzález Commented Oct 3, 2022 at 13:38

1 Answer 1

1

Have you created your local repository with git init ? And assigned the remote repository location?

#example set a new remote git remote add my_awesome_new_remote_repo [email protected]:portfolio/space.space_name.git 
Sign up to request clarification or add additional context in comments.

Comments