A
A
Alexander Arbuzov2018-03-20 12:53:07
git
Alexander Arbuzov, 2018-03-20 12:53:07

What's with the weird branch in local git?

In my local git, the local maser branch somehow looks strange - (master -> origin). What does it mean?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Varlamov, 2018-03-20
@arbuzzz

Examine the output of `git branch -a`
I understand this is not pure git output, so I'll assume it's the remote master branch where you copied the repository from. Remote branches can be explored with `git remote -v`

R
RidgeA, 2018-03-20
@RidgeA

origin/master - master branch on the server

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question