I know I can do git branch --all
, and that shows me both local and remote branches, but it's not that useful in showing me the relationships between them.
(我知道我可以做git branch --all
,这向我展示了本地和远程分支,但它在向我展示它们之间的关系方面没有用。)
How do I list branches in a way that shows which local branch is tracking which remote?
(如何以显示哪个本地分支正在跟踪哪个远程的方式列出分支?)
ask by joachim translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…