Guest User

Untitled

a guest
Sep 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. git for-each-ref \
  2. --sort='committerdate:iso8601' \
  3. --format='%(refname:short)%09%(authorname)%09%(authordate:relative)%09%(committername)%09%(committerdate:relative)' \
  4. refs/heads \
  5. | column -t -s "$(printf '\t')"
Add Comment
Please, Sign In to add comment