From 80800656c3e77ae199a658a1485426f94573b6dd Mon Sep 17 00:00:00 2001 From: Tony Phipps Date: Fri, 8 Dec 2023 09:43:00 -0700 Subject: [PATCH] updoot --- Products/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Products/git.md b/Products/git.md index 0f12fed..00965fc 100644 --- a/Products/git.md +++ b/Products/git.md @@ -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 ``` \ No newline at end of file