to git the status of the remote repo (&stats)
$ git remote show origin
* remote origin
Fetch URL: https://github.com/schacon/ticgit
Push URL: https://github.com/schacon/ticgit
HEAD branch: master
Remote branches:
master tracked
dev-branch tracked
Local branch configured for 'git pull':
master merges with remote master
Local ref configured for 'git push':
master pushes to master (up to date)
"to get all the data about specific remote repo"
"but to get the remote repos cloned in specific local repo we use (below)"
git remote -v