Skip to content

Instantly share code, notes, and snippets.

@afbio
Created October 4, 2017 15:28
Show Gist options
  • Save afbio/268f33332d71641ca8441c507cffe935 to your computer and use it in GitHub Desktop.
Save afbio/268f33332d71641ca8441c507cffe935 to your computer and use it in GitHub Desktop.
Git tricks
# List branchs sorted by last commit(from config.user) date
git branch --list --sort=-committerdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment