Open jmalloc opened 7 years ago
Equivalent to git log --branches --not --remotes.
git log --branches --not --remotes
I'm not really sure how to implement the rest of this. I guess I'll need to iterate over all the local refs (tags and branches) and verify that they exist on at least one of the remotes, or even just origin.
origin
Equivalent to
git log --branches --not --remotes
.