Git show branch info
2021-12-07 本文已影响0人
JaedenKil
Show local branch info:
git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate
Show remote branch info:
git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate refs/remotes