{"id":18436301,"url":"https://github.com/chrishalbert/git-prepend-msg","last_synced_at":"2025-09-11T07:34:40.771Z","repository":{"id":95238010,"uuid":"101297751","full_name":"chrishalbert/git-prepend-msg","owner":"chrishalbert","description":"Tool to prepend commits with branch name.","archived":false,"fork":false,"pushed_at":"2021-08-31T18:33:35.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T20:11:53.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrishalbert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-08-24T13:27:54.000Z","updated_at":"2024-09-28T22:12:07.000Z","dependencies_parsed_at":"2023-07-30T11:31:18.210Z","dependency_job_id":null,"html_url":"https://github.com/chrishalbert/git-prepend-msg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrishalbert/git-prepend-msg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishalbert%2Fgit-prepend-msg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishalbert%2Fgit-prepend-msg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishalbert%2Fgit-prepend-msg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishalbert%2Fgit-prepend-msg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrishalbert","download_url":"https://codeload.github.com/chrishalbert/git-prepend-msg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishalbert%2Fgit-prepend-msg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274595447,"owners_count":25314017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"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-06T06:11:08.040Z","updated_at":"2025-09-11T07:34:40.748Z","avatar_url":"https://github.com/chrishalbert.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Prepend Msg\n\nInstalls a prepare commit message hook.\n\n## Details\n\nAfter you name your branch `ABC-123`, any time you commit, you will have that branch prepended to the commit message.\n\n```bash\n$ git commit -m 'Comitting code.'\n[ABC-123 186b582] [ABC-123] Committing code.\n```\n\n## Install\n\n### Manual\n1. Clone the repository.\n1. Run install.\n1. Verify changes by going to an existing code base and running `git init`\n\n### Scripted\nOn the command line, you can copy paste. This will download the code, unzip the file in your temp directory, run the install, and then remove remnants.\n```bash\ncurl -LOk https://github.com/chrishalbert/git-prepend-msg/archive/master.zip \u0026\u0026 mv master.zip /tmp/git-prepend-msg-master.zip \u0026\u0026 cd /tmp \u0026\u0026 unzip /tmp/git-prepend-msg-master.zip \u0026\u0026 cd /tmp/git-prepend-msg-master \u0026\u0026 ./install \u0026\u0026 rm -Rf /tmp/git-prepend-msg-master* \u0026\u0026 cd\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrishalbert%2Fgit-prepend-msg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrishalbert%2Fgit-prepend-msg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrishalbert%2Fgit-prepend-msg/lists"}