diff --git a/ps1/cleargit.ps1 b/ps1/cleargit.ps1 new file mode 100644 index 0000000..3840ff5 --- /dev/null +++ b/ps1/cleargit.ps1 @@ -0,0 +1,3 @@ +git config --global --unset http.proxy +git config --global --unset https.proxy +exit $LASTEXITCODE \ No newline at end of file