5859606162636465666768
//update local flow.git().checkout().setName(flow.getDevelopBranchName()).call(); git.pull().call(); flow.featureStart("my-feature").setFetch(true).call(); } @Test public void startFeatureWithPush() throws Exception