Skip to content

Commit

Permalink
Create commits.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdlop authored Dec 28, 2024
1 parent 1761d24 commit d648b6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commits.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Add-Type -Path "path/to/LibGit2Sharp.dll"
$repo = [LibGit2Sharp.Repository]::new("path/to/repo")
foreach ($commit in $repo.Commits) {
Write-Host $commit.Message
}

0 comments on commit d648b6d

Please sign in to comment.