{"id":14069754,"url":"https://github.com/pietvanzoen/git-get","last_synced_at":"2026-03-09T06:06:31.247Z","repository":{"id":45622016,"uuid":"159923387","full_name":"pietvanzoen/git-get","owner":"pietvanzoen","description":"Like `go get` but `git`.","archived":false,"fork":false,"pushed_at":"2021-01-14T08:41:27.000Z","size":43,"stargazers_count":42,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T06:47:38.705Z","etag":null,"topics":["command-line","git","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pietvanzoen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-01T08:12:55.000Z","updated_at":"2025-05-22T08:09:10.000Z","dependencies_parsed_at":"2022-09-19T19:13:04.576Z","dependency_job_id":null,"html_url":"https://github.com/pietvanzoen/git-get","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/pietvanzoen/git-get","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pietvanzoen%2Fgit-get","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pietvanzoen%2Fgit-get/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pietvanzoen%2Fgit-get/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pietvanzoen%2Fgit-get/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pietvanzoen","download_url":"https://codeload.github.com/pietvanzoen/git-get/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pietvanzoen%2Fgit-get/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30284647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","git","hacktoberfest"],"created_at":"2024-08-13T07:07:11.774Z","updated_at":"2026-03-09T06:06:31.226Z","avatar_url":"https://github.com/pietvanzoen.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Git get [![Build Status](https://travis-ci.com/pietvanzoen/git-get.svg?branch=master)](https://travis-ci.com/pietvanzoen/git-get)\n\nLike `go get`, `git-get` organizes repos in directories matching the path of the clone url.\n\n## Usage\n\n`git get git@github.com:pietvanzoen/dotfiles.git` will clone the project into `$GIT_PATH/github.com/pietvanzoen/dotfiles`.\n\n## Configuration\n\nThe following environment variables configure `git get` behavior:\n\n### `GIT_PATH` - required\n\nPath to directory to clone into.\n\n### `GIT_GET_DEFAULT_PREFIX` - optional\n\nConfigure a default prefix for cloning.\n\nE.g: This will clone the repo `https://github.com/pietvanzoen/git-get.git`:\n\n```shell\nexport GIT_GET_DEFAULT_PREFIX=https://github.com/\ngit get pietvanzoen/git-get\n```\n\n## Installation\n\n```bash\ngit clone https://github.com/pietvanzoen/git-get.git\ncd git-get\nINSTALL_DIR=\u003cpath to directory in your $PATH\u003e ./install\n```\n\nIf `$INSTALL_DIR` is not specified it will default to `$HOME/bin`.\n\nThat's it! `git get` automatically call `git-get`.\n\n## Tips\n\n* Use `git get` alongside [autojump](https://github.com/wting/autojump) to effortlessly navigate your folder structure.\n* Clone and change directory in the same command. Add this to your shell environment files: `gg() { dir=\"$(git get $1)\"; [[ -n \"$dir\" ]] \u0026\u0026 cd $dir }`\n\n## See also\n\n* [ghq](https://github.com/motemen/ghq) - A more feature full approach to managing repos in a `go get` way. Written in go.\n* [h](https://github.com/zimbatm/h) - Combines the ideas of `git get` with `autojump` into one package. Written in python.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpietvanzoen%2Fgit-get","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpietvanzoen%2Fgit-get","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpietvanzoen%2Fgit-get/lists"}