Skip to content

use command line to create github repo and link to local repo

Notifications You must be signed in to change notification settings

Groos-dev/github-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-cli

Command-line tool for managing GitHub

Install (mac & liunx)

curl -S https://raw.githubusercontent.com/Groos-dev/github-cli/refs/heads/main/gh_cli_installer.sh | bash

How to use

Create a repo

  • create a public repository named repo001
gh-cli create repo001 -d "This is a description text." 
  • create a private repository named repo001
gh-cli create repo001 -d "This is a description text." 

Delete a repo

gh-cli delete repo001 

update gh-cli

gh-cli update-cli

Other operations

todo ...

About

use command line to create github repo and link to local repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages