We can get all the remote names and respective url with below command.
- Below is the command to get the list of all remote added in git.
git remote -a or git remote -all - Below is the command to get the list of all remote with thier origin/remote URL.
git remote -v
No comments:
Post a Comment