On a github project you can go to a /branches page and se pretty graphs like this one that for each branch show how far behind and how far ahead each branch is with respect to master.
Is there a command line tool that does something similar? Something that works with remotes as well? For example,
git branch -v -v
is close to what I am looking for, but only works for local branches.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…