mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-01 15:40:21 +08:00
274082fd77
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
863 B
863 B
Repository management
GitHub CLI supports repository management commands like gh repo create, gh repo clone, and gh repo view, letting developers manage repositories without leaving the terminal. These commands mirror actions normally done through the GitHub website, such as creating a new repo or checking its details. This is especially useful for developers who prefer staying in the command line during their workflow.
Visit the following resources to learn more: