I want to clone a project from github and use vscode or visual studio.
I clone the project locally with git clone but I can’t push it to my repository. I’m probably doing something wrong.
What are the steps to add the entire cloned project (exactly as it is, with all branches, etc.) to an empty repository from my personal github?
Can you tell me, please, the variants both in vscode and in visual studio? I know you can use git commands.
2
Answers
You should change your remote in the local git folder to your personal github repository:
Alternative to above solution, you can try below.