Created
July 20, 2017 19:00
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch --remote --sort=committerdate | clip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment