{"id":23807125,"url":"https://github.com/brettbuddin/partner","last_synced_at":"2026-04-12T17:53:37.194Z","repository":{"id":66774390,"uuid":"323766086","full_name":"brettbuddin/partner","owner":"brettbuddin","description":"🕺 Manage coauthors for Git commits.","archived":false,"fork":false,"pushed_at":"2022-03-10T22:38:05.000Z","size":50,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-01T23:30:15.723Z","etag":null,"topics":["co-authors","collaboration","git","github","gitlab","pairing"],"latest_commit_sha":null,"homepage":"","language":"Go","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/brettbuddin.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}},"created_at":"2020-12-23T00:48:44.000Z","updated_at":"2024-09-11T15:21:29.000Z","dependencies_parsed_at":"2023-04-16T14:32:50.762Z","dependency_job_id":null,"html_url":"https://github.com/brettbuddin/partner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brettbuddin%2Fpartner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brettbuddin%2Fpartner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brettbuddin%2Fpartner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brettbuddin%2Fpartner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brettbuddin","download_url":"https://codeload.github.com/brettbuddin/partner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240061742,"owners_count":19742091,"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","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":["co-authors","collaboration","git","github","gitlab","pairing"],"created_at":"2025-01-01T23:28:07.342Z","updated_at":"2026-04-12T17:53:37.174Z","avatar_url":"https://github.com/brettbuddin.png","language":"Go","readme":"# partner\n\n`partner` is a tool for managing coauthors for `git` commits. It allows you to\nquickly annotate commits with appropriate `Co-Authored-By` trailers. Supports\nadding users by GitHub and GitLab usernames.\n\n## Usage\n\nAdd some colleagues to your list of coauthors:\n\n```\n# Add a few of my colleagues on GitHub\n$ partner manifest gh-add GeorgeMac gavincabbage stuartcarnie\n\n# Add a friend who doesn't use GitHub\n$ partner manifest add --id=gemini --email=gemini@strongbeard.org --name=\"Gemini Strongbeard\"\n\n# List all coauthors\n$ partner manifest ls\nID            NAME                EMAIL                                          TYPE\ngavincabbage  Gavin Cabbage       5225414+gavincabbage@users.noreply.github.com  github\ngemini        Gemini Strongbeard  gemini@strongbeard.org                         manual\nGeorgeMac     George              1253326+GeorgeMac@users.noreply.github.com     github\nstuartcarnie  Stuart Carnie       52852+stuartcarnie@users.noreply.github.com    github\n```\n\nActivate a few for a pairing session:\n\n```\n# Activate George and Gavin\n$ partner set GeorgeMac gavincabbage\n\n# List the active coauthors\n$ partner status\nID            NAME           EMAIL                                          TYPE\ngavincabbage  Gavin Cabbage  5225414+gavincabbage@users.noreply.github.com  github\nGeorgeMac     George         1253326+GeorgeMac@users.noreply.github.com     github\n```\n\n`partner` has set a `commit.template` configuration for this repository with\nappropriate `Co-Authored-By` trailers. You can view this template like this:\n\n```\n$ cat $(git config commit.template)\n\n\n# Managed by partner\n#\n# partner-id: gavincabbage\nCo-Authored-By: \"Gavin Cabbage\" \u003c5225414+gavincabbage@users.noreply.github.com\u003e\n# partner-id: GeorgeMac\nCo-Authored-By: \"George\" \u003c1253326+GeorgeMac@users.noreply.github.com\u003e\n```\n\nThe template will be used as a starting point for any commit messages you author\nwith your party. **Remember:** Using `git commit --message` overrides the entire\ncommit message and will not use the template.\n\nTo clean up:\n\n```\n# Unset all coauthors\n$ partner clear\n\n# No one is active now\n$ partner status\n```\n\n## Install\n\n```\n$ go install github.com/brettbuddin/partner@v0.1.0\n```\n\n## Environment Variable Overrides\n\n| Environment Variable | Default Value | Description |\n| -------------------- | ------------- | ----------- |\n| `PARTNER_MANIFEST`   | `~/.config/partner/manifest.json` | Configuration file holding all `add`-ed coauthors. |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrettbuddin%2Fpartner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrettbuddin%2Fpartner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrettbuddin%2Fpartner/lists"}