Back

How to shift/transfer one Repo changes to other/new Repo Git.

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

Below following: 1- Create a new repo on your remote directory, copy its URL. URL: git remote set-url origin <url> 2- Open CMD in that folder and paster URL & hit enter. 3- Run "git remote -v", It will show your URL is configured. 4- Run "git push origin <origin-name> and enter Your changes will be pushed. Cheers :)