❔ Github Help
im trying to upload my code to github but it seems like i was in a different repo and i didnt notice, i want to add the current code to the repo and push so all the code i have goes to that reposotory
5 Replies
anyone?
add the remote, then push to it
what phaseshift said
so basically you want to push to another repo
that is, you want to add another remote repo to your local git repo
and push to it
you need to do
replace {url} with the url of your new repo
then
git push new-remote
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.