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
since the original git repo was transferred from my personal account to an organization, you need to reset your git remote origin to track the new one for the org repo.
since the original git repo was transferred from my personal account to an organization, you need to reset your git remote origin to track the new one for the org repo.
git remote set-url origin https://github.com/bitewise-club/bitewise-app.git
and then you should be able to run commands like
git pull origin master
comment below when you have done this
The text was updated successfully, but these errors were encountered: