How to move to a fork after cloning
git remote rename origin upstream
git remote add origin git@github...my-fork
git fetch origin git push origin