I recently started to work on an open source project, I created a fork of the repo to my user and start playing with it someho, i noticed that the origin was pointing to my fork and the upstream to the original repo, for some reson i think its weird, abd wwould apriciate any help
git remote -v:
origin https://github.com/myUser/repo.git (fetch)
origin https://github.com/myUser/repo.git (push)
upstream https://github.com/original/repo (fetch)
upstream https://github.com/original/repo (push)
those are an exemple of the git remote -v
i tried to use chatgpt but latly i find him very dumb
syb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3