Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

lister branches git distantes

> git remote show origin
* remote origin
  Fetch URL: C:/git/.
emote_repo.git
  Push  URL: C:/git/.
emote_repo.git
  HEAD branch: master
  Remote branches:
    branch_that_is_not_even_fetched new (next fetch will store in remotes/origin)
    branch_that_is_not_tracked      tracked
    branch_that_is_tracked          tracked
    master                          tracked
  Local branches configured for 'git pull':
    branch_that_is_tracked merges with remote branch_that_is_tracked
    master                 merges with remote master
  Local refs configured for 'git push':
    branch_that_is_tracked pushes to branch_that_is_tracked (fast-forwardable)
    master                 pushes to master                 (up to date)
Source by webdevdesigner.com #
 
PREVIOUS NEXT
Tagged: #lister #branches #git #distantes
ADD COMMENT
Topic
Name
5+4 =