Git

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
上一篇下一篇

猜你喜欢

热点阅读