Skip to content

Instantly share code, notes, and snippets.

@gcziprusz
Last active April 26, 2023 16:29
Show Gist options
  • Save gcziprusz/233710b54726c89f19e7ced5be406fc1 to your computer and use it in GitHub Desktop.
Save gcziprusz/233710b54726c89f19e7ced5be406fc1 to your computer and use it in GitHub Desktop.
how to import the midstone project source code to your personal github account
  1. Create a new Public repository under your personal github profile at https://github.com/new , the owner should be yourself. Make sure you do not click generate readme.
  2. Once created, copy the git url like [email protected]:{your username}/{name of newly created repo}.git
  3. Change into the root of your teams midstone project directory.
  4. Execute the following command git remote add personal [email protected]:{your username}/{name of newly created repo}.git
  5. Push the main branch to your new personal public repo git push personal main .
  6. Check to make sure your code is imported to your personal github profile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment