We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git checkout
1 parent 16ca5b0 commit 4928498Copy full SHA for 4928498
1 file changed
src/PostSharp.Engineering.BuildTools/Utilities/GitHelper.cs
@@ -70,7 +70,7 @@ public static bool TryCheckoutAndPull( BuildContext context, string branch )
70
if ( !ToolInvocationHelper.InvokeTool(
71
context.Console,
72
"git",
73
- $"checkout {branch} --force",
+ $"checkout {branch} --force -q",
74
context.RepoDirectory ) )
75
{
76
return false;
0 commit comments