I have a git repo with a vercel app ready to deploy through my personal email (let’s call it personal@gmail.com), and I need to share a link with my team for the app soon.
But I am leaving the team in the near future so i need to transfer ownership of the git repo and vercel proj to a new email (lets call it new@gmail.com) without causing too many authentication errors for my current git bash set up on my local comp (changing auth for git bash is always such a headache). What’s the best way to go about this?
Should I launch the vercel project with the personal@gmail.com account, then later transfer ownership of the git repo and the vercel project to the new@gmail.com accounts? I think this would cause errors.
I tried adding new@gmail.com as a collaborator to my current personal@gmail.com git repo, but when I linked my git to the new Vercel account it does not give me the option to deploy an app for git repos I am only a collaborator on.
Edit: I have a hobby account, not a Pro