Skip to content

Instantly share code, notes, and snippets.

View s50600822's full-sized avatar
💭
https://www.youtube.com/watch?v=P_-cup7aXMQ

HOA PHAN s50600822

💭
https://www.youtube.com/watch?v=P_-cup7aXMQ
View GitHub Profile
# Credit http://stackoverflow.com/a/2514279
for branch in `git branch -r | grep -v HEAD`;do echo -e `git show --format="%ci %cr" $branch | head -n 1` \\t$branch; done | sort -r