Open a command prompt window, and then run the following command to ensure you have the most up to date code commits:
git log
Use the following command to add the new code repository as a remote, which will enable you to push code to the new repository using the same method as the origin:
git remote add new-origin
Validate that the new remote origin has been added properly by using the following command:
Open a command prompt window, and then run the following command to ensure you have the most up to date code commits:
git log
Use the following command to add the new code repository as a remote, which will enable you to push code to the new repository using the same method as the origin:
git remote add new-origin
Validate that the new remote origin has been added properly by using the following command: