git push set upstream
git push --set-upstream origin <branch>
add upstream in git
# checking the url of remotes
git remote -v
# add another url to git
git remote add upstream <url>
# now you can use
git pull upstream master (or other branch names)
upsteam is the standard name used, but you can change it if you want to
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us