Explorar o código

Sujith :) ->
1. Added drop functionality when popping the stashed change

sujith hai 1 mes
pai
achega
ce36b61760
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Assets/Arbitrator/Editor/Services/GitExecutors.cs

+ 1 - 0
Assets/Arbitrator/Editor/Services/GitExecutors.cs

@@ -349,6 +349,7 @@ namespace Terra.Arbitrator.Services
                 if (hasStashed)
                 {
                     await GitCommand.RunAsync(log, new[] { "stash", "pop" }, 0, 1, 141);
+                    await GitCommand.RunAsync(log, new[] { "stash", "drop" }, 0, 141);
                 }
                 
                 resolve(log.ToString());