export type IGitCommitInfo = { author: string; message: string; hash: string; date: string; timeStamp: string; branch: string; };