Skip to content

Instantly share code, notes, and snippets.

@tqheel
Created July 20, 2017 19:00
Show Gist options
  • Save tqheel/145ee286882d45176e607afb72ce9c6a to your computer and use it in GitHub Desktop.
Save tqheel/145ee286882d45176e607afb72ce9c6a to your computer and use it in GitHub Desktop.
Get list of git branches in ascending order by committer date and output to clipboard
git branch --remote --sort=committerdate | clip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment