Back to Developer Roadmap

Repository management

src/data/roadmaps/git-github/content/[email protected]

4.0863 B
Original Source

Repository management

Using GitHub CLI for repository management allows you to streamline tasks and work more efficiently. ou can use GitHub CLI to manage repositories with the following commands:

  • gh repo create: Create a new repository.
  • gh repo delete: Delete an existing repository.
  • gh repo visibility: Change the repository's visibility (public or private).
  • gh repo topic: Manage topic labels for a repository.

Visit the following resources to learn more: