From 9f35609b9edec2636b5f3c1eb07ab18881dd59e7 Mon Sep 17 00:00:00 2001 From: cbrand Date: Thu, 30 Mar 2023 02:04:32 -0700 Subject: [PATCH] Update 'capture.ps1' --- capture.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/capture.ps1 b/capture.ps1 index e0c09e2..a9aaa59 100644 --- a/capture.ps1 +++ b/capture.ps1 @@ -30,7 +30,3 @@ foreach ($file in $fileList) { } } } - -git add -A . -git commit -am "Committing files $([System.DateTime]::Now.ToUniversalTime())" -git push