D
D
DarkUser2016-07-04 21:15:43
PHP
DarkUser, 2016-07-04 21:15:43

How to see what branches are in a remote turnip?

I connected two repositories in one folder,
git remote
gives
henry
igor
how to see what branches are in henry ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Burov, 2016-07-04
@hunter2

git branch -r
https://www.kernel.org/pub/software/scm/git/docs/g...

-r, --remotes
List or delete (if used with -d) the remote-tracking branches.

-a, --all
List both remote-tracking branches and local branches.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question