Menu

How to get all remote in git

We can get all the remote names and respective url with below command. 

  1. Below is the command to get the list of all remote added in git. 

    git remote -a or git remote -all 


  2. Below is the command to get the list of all remote with thier origin/remote URL.

    git remote -v

No comments:

Post a Comment