Simple console git client wrapper. It script for wrap git commands and quickly exec him.
- Clone repository.
- Add path to repository folder to PATH.
- Open cmd, go to any repository folder with
.git. - Run command
cgw.
| Short | Description |
|---|---|
| Base | |
| s | show status |
| c | commit all changed files |
| p | push to current branch |
| cp | commit all changed files and push to current branch |
| pl | pull form current branch |
| f | fetch |
| ff | fetch force |
| Branch | |
| m | merge selected branch in current |
| m+ | merge remote branch in current |
| b | branch list |
| b+ | remote branch list |
| rnb | rename current branch |
| cb | change branch |
| cb+ | change on remote branch |
| db | delete branch |
| db+ | delete remote branch |
| ab | add branch |
| bfc | branch from commit |
| bh | current branch history |
| bp | branch remote prune origin |
| Commit | |
| rc | revert commit |
| Tag | |
| t | tag list |
| ftf | fetch tag force |
| dt | delete tag local and remote |
| at | add tag on last commit local and remote |
| mt | remove tag from old commit and add to current |
| Other | |
| cf | checkout file |
| r | hard reset branch |
| Program | |
| h | help |
| e | exit |
