Skip to content

Instantly share code, notes, and snippets.

@suzuki86
Last active January 5, 2022 06:38
Show Gist options
  • Save suzuki86/cc9bdf170eb47156a1acef4d2ed4339b to your computer and use it in GitHub Desktop.
Save suzuki86/cc9bdf170eb47156a1acef4d2ed4339b to your computer and use it in GitHub Desktop.
Git の各ブランチの最終更新日、ブランチ名、コミットしたユーザー名を最終更新日が古い順に一覧で表示する
git branch -a --sort=authordate --format="%(authordate:relative)%09%(refname)%09%(authorname)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment