reinit branch
This commit is contained in:
3
printLatestCommits.ps1
Normal file
3
printLatestCommits.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
$messages = git -C $PSScriptRoot log -n 10 --pretty=format:%s
|
||||
[array]::Reverse($messages)
|
||||
$messages
|
||||
Reference in New Issue
Block a user