Skip to content

Instantly share code, notes, and snippets.

@x4d3
Last active February 26, 2024 08:27
Show Gist options
  • Save x4d3/e5d84398eb24df78bcf5fbb839b06246 to your computer and use it in GitHub Desktop.
Save x4d3/e5d84398eb24df78bcf5fbb839b06246 to your computer and use it in GitHub Desktop.
Git Last Branches
git config --global alias.lb "for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(refname:short)'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment