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
git remote add origin remote_1_url
git remote set-url origin remote_1_url
# Set the default remote branch for the current local branch
git branch --set-upstream master
# or
git push -u origin master