Private
Public Access
1
0

reinit branch

This commit is contained in:
2026-03-11 01:46:34 +01:00
commit bff9251737
129 changed files with 16115 additions and 0 deletions

3
printLatestCommits.ps1 Normal file
View File

@@ -0,0 +1,3 @@
$messages = git -C $PSScriptRoot log -n 10 --pretty=format:%s
[array]::Reverse($messages)
$messages