SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to get the details for all the branches
for i in `git branch -r | tail -n +2 `;do git log --reverse $i|grep -A 2 -B 2 `echo $i | awk -F'origin/' '{print $2}'` |head -n 4; done