String? get gitRepo => GlobalConfigStore.config.goldenDiffGitRepo;
set gitRepo(String? val) => GlobalConfigStore.config.goldenDiffGitRepo = val;