From a695983f7690db8290df41ae400eb14cc50e2517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 13 Dec 2019 16:20:09 +0000 Subject: [PATCH] added tracing --- scripts/git_checkout.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/git_checkout.ps1 b/scripts/git_checkout.ps1 index b37b97a..d46b0bf 100644 --- a/scripts/git_checkout.ps1 +++ b/scripts/git_checkout.ps1 @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +Set-PSDebug -Trace 1 if (Test-Path -PathType Container .git){ Write-Output "performing git pull..."