Skip to content

Instantly share code, notes, and snippets.

@bartekupartek
Last active October 4, 2016 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bartekupartek/151210e8068543210245e9d9683988e8 to your computer and use it in GitHub Desktop.
Save bartekupartek/151210e8068543210245e9d9683988e8 to your computer and use it in GitHub Desktop.

Change remotes from bitbucket to github in each project directory according to <repo_name>, you can check on each step current remote by git remote -v:

  1. git remote remove origin or optinally store old origin git remote rename origin bitbucket
  2. git remote add origin git@github.com:Recruitee/<repo_name>.git

New repo names:

recruitee-widget -> jobs-widget
recruitee-extension -> browser-extension
recruitee-mobile-app -> mobile-app
recruitee-sourcing -> sourcing-service
recruitee_scraper -> lead-scraper
recruitee-mobile -> mobile
recruitee-api-comply -> api-comply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment