- 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.
- Once created, copy the git url like
[email protected]:{your username}/{name of newly created repo}.git
- Change into the root of your teams midstone project directory.
- Execute the following command
git remote add personal [email protected]:{your username}/{name of newly created repo}.git
- Push the main branch to your new personal public repo
git push personal main
. - Check to make sure your code is imported to your personal github profile.
Last active
April 26, 2023 16:29
-
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment