On do, 2015-05-14 at 09:57 -0500, Robert Dailey wrote: > Is there a script or built-in functionality in git 2.4.1 that will > allow me to list all local branches with the ahead and behind status > of each? Basically the first line of: > > $ git status -sb > > But for every branch would be roughly what I'm looking for. Any ideas? Thanks. git branch -v (or -vv) is what you're after. -- Dennis Kaarsemaker www.kaarsemaker.net -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html