How you can change the server URL for GIT repository
How you can change the server URL for GIT repository
Assume that your origin (repository server URL) is: [email protected]/repository-name.git and you want to replace it with [email protected]/repository-name.git .
Command to check your current origins:
git remote -v
You will be able to see the origins for both fetch and push operations:
origin [email protected]/repository-name.git (fetch) origin…
View On WordPress















