Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git list remotes

# Show remotes:
git remote show  

# Show information about a concrete origin:
git remote show origin
 
PREVIOUS NEXT
Tagged: #git #list #remotes
ADD COMMENT
Topic
Name
3+8 =