Hacker News new | ask | show | jobs
by montroser 2264 days ago
Yes, my "see what the team is up to" git command is:

    git branch -a --sort=-committerdate
That's short enough for my taste not to have to alias, and it gives output more or less similar to GitHub's "Active branches" view.