}
@Test
public void shouldGetBranchesWithLocalMode() throws Exception {
// print = true;
ListMode mode = null;
ListBranchCommand command = git.branchList();
command.setListMode(mode);
for (Ref ref : command.call()) {
String fullName = ref.getName();
String name = fullName.replaceFirst("refs/heads/", "");