Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. git for-each-ref --sort=-committerdate refs/heads/
  2. git for-each-ref --sort='-committerdate' --format='%(refname)%09%(committerdate)' refs/heads | sed -e 's-refs/heads/--'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement