export const DEFAULT_REMOTE = 'origin'; export const DEFAULT_BRANCH = 'main'; export const DEFAULT_REF = `${DEFAULT_REMOTE}/${DEFAULT_BRANCH}`;