By default, if you are using git you should know that you have the alias origin, which means your repository’s url, if more people are working in your project/fork probably you are using 'git pull origin/master' or just 'git pull' to get the new changes in your remote repository in your local machine. Now you will also need another one, I will name it ‘upstream’ following the main convention, but you can name it as you prefer.