export interface RemoteCommitDto { commitId: string; remoteCommitId: string; remoteCommitDate: Date; branchName: string; repositoryId: string; }