@domenico
You can check the upstream URL in git by running the following command:
1
|
git remote -v |
This command will display a list of all the remote repositories that your local repository is connected to, along with their URLs. The upstream URL typically refers to the remote repository that your local repository was cloned from or tracks changes from. It is usually labeled as 'origin'.