git show all remote



A couple of ways to show it


Shows only remote

git branch -r 

Shows all local and remote branch

git branch -a

The most detail view

git remote show origin

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm