Answers for "to git the status of the remote repo (&stats)"

0

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
Posted by: Guest on September-23-2021

Code answers related to "to git the status of the remote repo (&stats)"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language