You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, what we'll do is a copy of our original repository in an organization of our own user (fork).
Then we will download a copy of the original repo in our pc (clone) and we will configure the possibility of updating from a remote (the original repository) that we will call "upstream"
From the github web, we will create a fork in a user or organization (in our case "adhoc-dev")
Cloning fork locally. For example:
$ git clone git@github.com:adhoc-dev/odoo.git
Later, we will configure to update our fork from the original repository. For that, we go to the original repo and copy the URL for cloning.