WeSearch

Ghq: Remote repository management made easy

·4 min read · 0 reactions · 0 comments · 12 views
#repository#git#management#software
Ghq: Remote repository management made easy
⚡ TL;DR · AI summary

Ghq is a tool designed to manage remote repository clones efficiently. It organizes cloned repositories under a specified root directory, allowing users to easily list, create, and remove repositories. The tool supports various commands and options for cloning, including shallow and bare clones, and can handle both Git and Mercurial repositories.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

ghq(1) NAME ghq - Manage remote repository clones DESCRIPTION 'ghq' provides a way to organize remote repository clones, like go get does. When you clone a remote repository by ghq get, ghq makes a directory under a specific root directory (by default ~/ghq) using the remote repository URL’s host and path. $ ghq get https://github.com/x-motemen/ghq # Runs `git clone https://github.com/x-motemen/ghq ~/ghq/github.com/x-motemen/ghq` You can also list local repositories (ghq list).

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub