#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 81d2d690e3
commit 0984cd3c0c

View File

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