#13 - Explicit reset of the just checked out branch in git prepare.

This commit is contained in:
Oliver Gierke
2016-02-21 19:59:18 +01:00
parent 327fa071ca
commit 2f904f6879

View File

@@ -183,6 +183,8 @@ public class GitOperations {
call();
});
});
reset(iteration);
}
public void update(Train train) {