LinuxSuRen / gh-dev

A gh extension to work with GitHub repositories with Codespaces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A gh extension with some enhancement features.

Installation

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:

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.

gh dev clone kubernetes/kubernetes

Checkout to a MR in a Gitlab repository

gh dev mrCheckout 1 # or gh dev mrCo 1

Thanks

This project is inspired from gh-gp.

About

A gh extension to work with GitHub repositories with Codespaces.

License:MIT License


Languages

Language:Shell 100.0%