# gh-dev **Repository Path**: linuxsuren/gh-dev ## Basic Information - **Project Name**: gh-dev - **Description**: https://gitee.com/linuxsuren/gh-dev - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-01-09 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A [gh](https://github.com/cli/cli) extension with some enhancement features. ## Installation ```shell gh extension install linuxsuren/gh-dev ``` ## Usage The command format is: `gh dev sub-command`. ### Open in browser You could run this command in a git repository directory: ```shell gh dev open ``` This command supports the following platform: * Linux * macOS * WSL (Windows Subsystem Linux) ### Clone GitHub repository from a mirror It is helpful when you try to clone a BIG repository. The following command will clone into directory `kubernetes/kubernetes`. ```shell gh dev clone kubernetes/kubernetes ``` ### Checkout to a MR in a Gitlab repository ```shell gh dev mrCheckout 1 # or gh dev mrCo 1 ``` ## Thanks This project is inspired from [gh-gp](https://github.com/gitpod-io/gh-gp).