{"id":25274557,"url":"https://github.com/piszmog/jiggle","last_synced_at":"2026-04-27T20:33:19.250Z","repository":{"id":60232437,"uuid":"540207442","full_name":"Piszmog/jiggle","owner":"Piszmog","description":"🧂 Merges changes through a git tree.","archived":false,"fork":false,"pushed_at":"2023-06-29T03:55:25.000Z","size":35,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-06T09:16:03.635Z","etag":null,"topics":["cli","git","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Piszmog.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":"2022-09-22T23:36:28.000Z","updated_at":"2023-01-31T20:27:20.000Z","dependencies_parsed_at":"2023-02-14T04:15:49.388Z","dependency_job_id":null,"html_url":"https://github.com/Piszmog/jiggle","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Piszmog/jiggle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piszmog%2Fjiggle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piszmog%2Fjiggle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piszmog%2Fjiggle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piszmog%2Fjiggle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Piszmog","download_url":"https://codeload.github.com/Piszmog/jiggle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piszmog%2Fjiggle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cli","git","rust"],"created_at":"2025-02-12T14:30:58.372Z","updated_at":"2026-04-27T20:33:19.231Z","avatar_url":"https://github.com/Piszmog.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jiggle\n\n[![CI](https://github.com/Piszmog/jiggle/actions/workflows/ci.yml/badge.svg)](https://github.com/Piszmog/jiggle/actions/workflows/ci.yml)\n[![Latest Release](https://img.shields.io/github/v/release/Piszmog/jiggle)](https://img.shields.io/github/v/release/Piszmog/jiggle)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\njiggle is a cli tool that bubbles up changes from a root branch through child branches.\n\n## Use Case\n\nTake the following tree structure,\n\n```text\nmain\n└── branch-1\n    └── branch-2\n       └── branch-3\n       ...\n```\n\n`main` is at the root and there is a branch, `branch-1`, that is a child of `main`. There is also another\nbranch, `branch-2` but it is coming off of `branch-1`.\n\nTo get changes from `main` to `branch-1`, and changes from `main` and `branch-1` to `branch-2` can be time-consuming to\nmanually push, pull, and merge changes.\n\n`jiggle` automates the `push` and `pull` aspects of getting changes up the tree.\n\n## Installation\n\nHead over to [Releases](https://github.com/Piszmog/jiggle/releases) and download the artifact for your architecture.\n\n## Usage\n\n```shell\n$ ./jiggle -d /path/to/repo -t \"main\u003ebranch-1\u003ebranch-2\u003ebranch-3\"\n```\n\n### Options\n\n| Option            | Default | Required  | Description                                           |\n|:------------------|:-------:|:---------:|:------------------------------------------------------|\n| `--tree`, `-t`    |   N/A   | **True**  | The tree of branches the updates should flow through. |\n| `--dir`, `-d`     |  `./`   | **False** | The directory containing the repository to update.    |\n| `--help`, `-h`    |   N/A   | **False** | Shows help                                            |\n| `--version`, `-V` |   N/A   | **False** | The version of `jiggle`                               |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiszmog%2Fjiggle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiszmog%2Fjiggle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiszmog%2Fjiggle/lists"}