{"id":20887352,"url":"https://github.com/werdl/hgit","last_synced_at":"2026-06-03T19:31:50.179Z","repository":{"id":214230183,"uuid":"735980865","full_name":"werdl/hgit","owner":"werdl","description":"A git wrapper making some things easier","archived":false,"fork":false,"pushed_at":"2023-12-30T15:20:44.000Z","size":5624,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-12T22:43:18.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/werdl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-26T16:30:23.000Z","updated_at":"2023-12-30T11:47:27.000Z","dependencies_parsed_at":"2023-12-30T10:25:55.174Z","dependency_job_id":"20d584ce-473c-42b1-97b9-db7d34a4039e","html_url":"https://github.com/werdl/hgit","commit_stats":null,"previous_names":["werdl/hgit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/werdl/hgit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fhgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fhgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fhgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fhgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/werdl","download_url":"https://codeload.github.com/werdl/hgit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fhgit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33876893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-18T08:19:50.318Z","updated_at":"2026-06-03T19:31:50.160Z","avatar_url":"https://github.com/werdl.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HGit\r\n## Git, simpler\r\n- HGit is a wrapper for Git that can be used as a drop in replacement. It has many useful tricks.\r\n## Commands\r\n- By default, your arguments are sent straight to the `git` executable (which must be installed on your system)\r\n- There are also of course some HGit only commands\r\n## `get [provider] repo`\r\n- clones repo from provider\r\n- supports github (`--github | -g`) and gitlab (`--gitlab | -l`)\r\n### Examples\r\n`hgit get werdl/hgit` - default pulls from github\r\n\r\n`hgit get -l inkscape/inkscape` - from gitlab\r\n\r\n`hgit get -g -l --github spartanproj/os` - last flag takes priority\r\n\r\n## `go [commit message]`\r\n- performs these operations, after concatenating all future arguments to one for `commit -m`\r\n```bash\r\nadd .\r\ncommit -m \u003cconcat_message\u003e\r\npush\r\n```\r\n### Examples\r\n`hgit go my first commit` - creates and pushes commit by name of `my first commit`\r\n\r\n## `template [options] \u003ctemplate_addr\u003e`\r\n- creates a new repo, after cloning template_addr (does that in the same way `get` does, with provider flags)\r\n- options must include `--name=\u003cyour_name\u003e`\r\n### Examples\r\n`hgit start --name=cc werdl/c_project`\r\n\r\n## `info`\r\n- provides a much shorter output of all commits to main\r\n\r\n## `data`\r\n- shows the current status of the repository\r\n\r\n## `update`\r\n- grabs from remote\r\n\r\n## `web`\r\n- opens in web browser\r\n\r\n## `activity`\r\n- shows recent activity on all branches\r\n\r\n## `contrib`\r\n- gives a breakdown of all repo contributors","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerdl%2Fhgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwerdl%2Fhgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerdl%2Fhgit/lists"}