Skip to content

Instantly share code, notes, and snippets.

@nol166
Created July 24, 2023 16:29
Show Gist options
  • Save nol166/6d114539d217469a690a9715c14d9b29 to your computer and use it in GitHub Desktop.
Save nol166/6d114539d217469a690a9715c14d9b29 to your computer and use it in GitHub Desktop.
git - list most recently checked out branches
gitlb='for k in `git branch | perl -pe s/^..//`; do echo -e `git show --pretty=format:"%Cgreen%ci %Cblue%cr%Creset" $k -- | head -n 1`\\t$k; done | sort -r'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment