Skip to content

Commit

Permalink
updoot
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyPhipps committed Dec 8, 2023
1 parent 527e960 commit 8080065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ git config http.sslVerify false
### Export recent Git Changes to CSV
Execute using PowerShell
```
git --no-pager log --pretty=format:'\"%h\", \"%an\", \"%ci\", \"%s\", \"%b\"' --after "2023-11-30" | ConvertFrom-CSV -header Hash, Author, Date, Message, Title | Export-CSV changelog.csv -NoTypeInformation
git --no-pager log --pretty=format:'\"%h\", \"%an\", \"%ci\", \"%s\", \"%b\"' --after "2023-11-30" | ConvertFrom-CSV -header Hash, Author, Date, Message, Body | Export-CSV changelog.csv -NoTypeInformation
```

0 comments on commit 8080065

Please sign in to comment.