How to know which is the default branch #1364
Answered
by
richtier
dsharma522
asked this question in
Q&A
|
How one can one which is the default branch? main/master? One can know about this by iterating all heads and then manually check , but that is also have one issue. How to get the default branch ? |
Answered by
richtier
Nov 19, 2021
Replies: 3 comments 5 replies
|
The default branch is only relevant once, when initializing the repository and git has to decide how to name the only branch in the repository. From there the only questions that can be answered are…
|
4 replies
|
Can we rely upon Will it give the main branch of the repo (main/master or any branch which is main of the repo) |
0 replies
|
this seems to work bit verbose tho! |
1 reply
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this seems to work
repo.remotes.origin.refs.HEAD.ref.remote_headbit verbose tho!