{"id":34611528,"url":"https://github.com/mtth/git-jot","last_synced_at":"2025-12-24T14:16:01.588Z","repository":{"id":306520777,"uuid":"1026466126","full_name":"mtth/git-jot","owner":"mtth","description":"Branch-local git notes","archived":false,"fork":false,"pushed_at":"2025-08-20T05:24:32.000Z","size":32,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-20T06:29:57.154Z","etag":null,"topics":["git"],"latest_commit_sha":null,"homepage":"https://mtth.github.io/git-jot/","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/mtth.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}},"created_at":"2025-07-26T00:18:53.000Z","updated_at":"2025-08-20T05:24:17.000Z","dependencies_parsed_at":"2025-08-20T06:16:20.295Z","dependency_job_id":null,"html_url":"https://github.com/mtth/git-jot","commit_stats":null,"previous_names":["mtth/git-jot"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/mtth/git-jot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtth%2Fgit-jot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtth%2Fgit-jot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtth%2Fgit-jot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtth%2Fgit-jot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtth","download_url":"https://codeload.github.com/mtth/git-jot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtth%2Fgit-jot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28003726,"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-12-24T02:00:07.193Z","response_time":83,"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":["git"],"created_at":"2025-12-24T14:16:00.252Z","updated_at":"2025-12-24T14:16:01.583Z","avatar_url":"https://github.com/mtth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `git-jot(1)`\n\nBash script to emulate branch notes, useful for [branching workflows][1]. These\nbranch-local notes (_jottings_):\n\n* persist across commits, merges, and rebases;\n* can be shared and stored on remotes;\n* inherit all note capabilities (e.g. history).\n\n\n## Installation\n\nFrom the [AUR][2], or with [Homebrew][3]:\n\n```sh\nbrew install mtth/tap/git-jot\n```\n\nOtherwise install it manually by copying `git-jot.sh` as `git-jot` somewhere in\nyour `$PATH`, then making it executable.\n\n\n## Usage\n\n```sh\n$ git jot # Open an editor to add notes to the current branch\n$ # Do some work, add some commits, rebase, etc...\n$ git jot # View and edit the existing branch note\n$ git switch other-branch\n$ git jot # Edit a different branch note\n$ git switch original-branch\n$ git jot -V # View the original branch's note\n$ git jot -X # Push the branch's note to its default remote\n```\n\nSee the [manpage](https://mtth.github.io/git-jot/) for all options and more\ninformation.\n\n\n## Alternatives\n\n* [Git branch descriptions](https://stackoverflow.com/q/2108405)\n* [`git-branchnotes`](https://gitlab.com/mockturtle/git-branchnotes)\n* [`git-branch-notes`](https://github.com/ejmr/git-branch-notes)\n\n\n[1]: https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows\n[2]: https://aur.archlinux.org/packages/git-jot-git\n[3]: https://brew.sh/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtth%2Fgit-jot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtth%2Fgit-jot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtth%2Fgit-jot/lists"}