A gh extension with some enhancement features.
gh extension install linuxsuren/gh-dev
The command format is: gh dev sub-command
.
You could run this command in a git repository directory:
gh dev open
This command supports the following platform:
- Linux
- macOS
- WSL (Windows Subsystem Linux)
It is helpful when you try to clone a BIG repository. The following command will clone into directory kubernetes/kubernetes
.
gh dev clone kubernetes/kubernetes
gh dev mrCheckout 1 # or gh dev mrCo 1
This project is inspired from gh-gp.