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