{"id":18562332,"url":"https://github.com/born2snipe/cherrybase","last_synced_at":"2025-05-15T17:35:35.619Z","repository":{"id":56843447,"uuid":"427200","full_name":"born2snipe/cherrybase","owner":"born2snipe","description":"Ruby gem to cherry-pick a range of commits with similar rebase options","archived":false,"fork":false,"pushed_at":"2010-01-13T02:14:05.000Z","size":112,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-25T00:35:23.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/born2snipe.png","metadata":{"files":{"readme":"README.rdoc","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}},"created_at":"2009-12-12T19:52:13.000Z","updated_at":"2025-02-22T00:56:11.000Z","dependencies_parsed_at":"2022-09-07T07:11:14.692Z","dependency_job_id":null,"html_url":"https://github.com/born2snipe/cherrybase","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/born2snipe%2Fcherrybase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/born2snipe%2Fcherrybase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/born2snipe%2Fcherrybase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/born2snipe%2Fcherrybase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/born2snipe","download_url":"https://codeload.github.com/born2snipe/cherrybase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254388396,"owners_count":22063050,"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":[],"created_at":"2024-11-06T22:09:21.020Z","updated_at":"2025-05-15T17:35:35.586Z","avatar_url":"https://github.com/born2snipe.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= cherrybase\n\nGit cherry-pick a range of commits from a another branch into your current branch\n\n== Example usages:\nThis will attempt to cherry-pick from the \u003cfirst-commit\u003e all the way to the very last commit of the \u003cbranch\u003e.\n\n\tcherrybase \u003cbranch\u003e \u003cfirst-commit\u003e\n\t\nThis will attempt to cherry-pick from the \u003cfirst-commit\u003e all the way to \u003clast-commit\u003e from the \u003cbranch\u003e.\n\n\tcherrybase \u003cbranch\u003e \u003cfirst-commit\u003e..\u003clast-commit\u003e\n\t\nThis will attempt to cherry-pick from the commit just after the last svn commit from the \u003cbranch\u003e\n\n\tcherrybase \u003cbranch\u003e svn\n\t\nThis will attempt to cherry-pick from the commit just after the last svn commit all the way to the \u003clast-commit\u003e from the \u003cbranch\u003e\n\n\tcherrybase \u003cbranch\u003e svn..\u003clast-commit\u003e\n\t\n\nIf you encounter a merge conflict you should be able to handle this similar to how you would a 'git rebase'. You make the changes as needed and stage the changes for commit. You now have two choices just like with rebasing '--continue' or '--abort'.\n\nThis will commit your changes using the authorship of the original commit. Then attempt to proceed with the cherry-picking.\n\n\tcherrybase --continue\n\nThis will reset your HEAD back to the original commit just before you started cherrybasing.\n\n\tcherrybase --abort","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborn2snipe%2Fcherrybase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborn2snipe%2Fcherrybase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborn2snipe%2Fcherrybase/lists"}