We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860d62f commit 5f82803Copy full SHA for 5f82803
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}",
+ $"checkout {branch} --force",
74
context.RepoDirectory ) )
75
{
76
return false;
0 commit comments