Last active
October 10, 2018 15:37
-
-
Save ksumrall/68de71095b2b94082e1dda70f3eb03f2 to your computer and use it in GitHub Desktop.
Get last commit summary of remote branches
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (git branch -r) | % { git log -n 1 --format="%d`t%h`t%cd`t%an`t'%s'" $_.trim() -- } | Set-Content -Path "output.csv" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment