ghq
ghq copied to clipboard
Remote repository management made easy
Hey, Many sites hosting git repositories have some kind of DOS protection that will reset the connection if to many request are sent in a short amount of time. This...
Thank you for this awesome project! I'm currently using MacPorts and would love to see this available as a port. I'll be honest, I haven't contributed a MacPorts port before...
Hello, I have started to use `ghq` and I like it, but there is a small problem (not exactly with `ghq`, in fact): for some reason (or someone's decision), my...
I have a colorscheme where I do not use much coloring in my terminal, and realized that `ghq(1)` does not adhere to the environment variable `NO_COLOR` (from https://no-color.org/) - nor...
I would like to clone some repositories with `--bare` option. https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---bare
https://pijul.org/
Hello! Thank you for a great project. I recently built a tool to clean up my repository folder (https://github.com/cobraz/organize-repo-folder) and posted it to Reddit for some feedback. A great guy...
Hi! Thanks for `ghq`, it's really helpful. I'd like to suggest how to make it even better! ✨ Sometimes I like to create symlinks, especially for very long project names:...
Considering a configuration that looks like ``` $ ll ~/src ~/ssc lrwxrwxrwx 1 yala yala 14 Okt 5 16:51 /home/yala/src -> /srv/idata/src/ lrwxrwxrwx 1 yala yala 39 Dez 7 18:43...
```md === Example configuration (.gitconfig): .... [ghq "https://git.example.com/repos/"] vcs = git root = ~/myproj .... ``` In the README you document this but I'm not sure what the URL `https://git.example.com/repos/`...