checkNotNull(branchName);
checkNotNull(git);
checkNotNull(gfConfig);
checkNotNull(reporter);
this.requirementHelper = new RequirementHelper(git, gfConfig, reporter, getCommandName());
this.git = git;
this.gfConfig = gfConfig;
this.reporter = reporter;
this.allowUntracked = false;