# gitwrap **Repository Path**: gookit/gitwrap ## Basic Information - **Project Name**: gitwrap - **Description**: Git command wrapper library - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GitWrap Git commands wrapper tool library > project is from https://github.com/github/hub ## Install ```bash go get github.com/gookit/gitwrap ``` ## Usage ```go git := gitcmd.NewGit("log", "-2") git.Run() ``` ## Refer - https://github/ulue/phpgit