bitewise-club / bitewise-app

Capital One SWE Summit Hackathon
3 stars 4 forks source link

IMPORTANT - change remote origin url #33

Open ghost opened 5 years ago

ghost commented 5 years ago

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

sam-xif commented 5 years ago

done