http://codeformatter.blogspot.se/
- Copy and paste the code you want formatted into the top form
- Click "Format Source Code" button
- Copy the generated html code and paste it into your post in html mode
git for-each-ref --sort=committerdate refs/remotes/ --format='%(committerdate:short) %(refname:short)'
2016-09-05 origin/PBI-0096
2016-10-02 origin/PBI-146
2016-11-25 origin/PBI-1320
for branch in `git branch -r | grep -v HEAD`;do echo -e `git show --format="%ai %ar by %an" $branch | head -n 1` \\t$branch; done | sort -r
2016-10-06 16:17:17 +0200 11 months ago by Harry Potter origin/PBI-88
2016-10-05 14:24:24 +0200 11 months ago by Joe Labero origin/PBI-146
2016-09-02 12:10:17 +0200 12 months ago by Nicola Tesla origin/PBI-0096
for branch in `git branch -r | grep -v HEAD`;do echo -e `git show --pretty=format:"%Cred %cn %>|(40) %Cblue %ar %>|(80) %Creset" $branch | head -n 1` $branch; done | sort -r
Harry Potter 3 days ago origin/PBI-5124
Harry Potter 8 weeks ago origin/PBI-4584
Harry Potter 2 days ago origin/PBI-5129
Joe Labero 7 weeks ago origin/PBI-4590
Joe Labero 6 weeks ago origin/PBI-4742