1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

fix(github): deprecate the git.io command (#10896)

This commit is contained in:
Sukka
2022-06-13 02:22:29 +08:00
committed by GitHub
parent 055c3b6cb3
commit 50550c70ea
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ This plugin supports working with GitHub from the command line. It provides a fe
* `empty_gh` - Creates a new empty repo (with a `README.md`) and pushes it to GitHub
* `new_gh` - Initializes an existing directory as a repo and pushes it to GitHub
* `exist_gh` - Takes an existing repo and pushes it to GitHub
* `git.io` - Shortens a URL using [git.io](https://git.io)
## Installation