{"id":21250088,"url":"https://github.com/jonny64/mr-git-cli","last_synced_at":"2025-10-29T17:03:51.698Z","repository":{"id":255442077,"uuid":"851795960","full_name":"jonny64/mr-git-cli","owner":"jonny64","description":"yet another git flow cli","archived":false,"fork":false,"pushed_at":"2024-11-19T10:02:16.000Z","size":260,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-19T11:18:43.769Z","etag":null,"topics":["cli","git","gitlab","shift-left"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/mr-git-cli","language":"JavaScript","has_issues":true,"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/jonny64.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":"2024-09-03T18:02:54.000Z","updated_at":"2024-11-19T10:02:17.000Z","dependencies_parsed_at":"2024-09-16T22:15:20.037Z","dependency_job_id":"8d0cd4df-66e4-4da8-93c8-cab8e71eb125","html_url":"https://github.com/jonny64/mr-git-cli","commit_stats":null,"previous_names":["jonny64/deploy-mr"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonny64%2Fmr-git-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonny64%2Fmr-git-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonny64%2Fmr-git-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonny64%2Fmr-git-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonny64","download_url":"https://codeload.github.com/jonny64/mr-git-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225342316,"owners_count":17459368,"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":["cli","git","gitlab","shift-left"],"created_at":"2024-11-21T03:14:46.338Z","updated_at":"2025-10-29T17:03:51.687Z","avatar_url":"https://github.com/jonny64.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9772/badge)](https://www.bestpractices.dev/projects/9772)\n\n`mr` groups common `git` commands into batches; let's see it in action:\n```\n$ mr TASK-4242\nCreate new branch 'TASK-4242' from 'origin/main' [Y/n]? y\n \u003e git fetch\n \u003e git switch --guess --merge --create TASK-4242 origin/main\nSwitched to a new branch 'TASK-4242'\n$ mr main\n \u003e git switch --merge --guess main\n$ mr TASK-4242\n \u003e git switch --merge --guess TASK-4242\n\n$ git commit -m \"TASK-4242 branch first commit msg\"\n\n$ mr TASK-4242 to test\n\u003e git push --set-upstream origin TASK-4242:TASK-4242\n  -o merge_request.create -o merge_request.target=master\n  -o merge_request.title='TASK-4242 branch first commit msg'\nremote: View merge request for TASK-4242:\nremote:   https://gitlab.local/jonny64/mr-git-cli/-/merge_requests/1\n * [new branch]      TASK-4242 -\u003e TASK-4242\n\u003e git switch test\n\u003e git merge origin/TASK-4242\n\u003e npm test\n\u003e git push\n\n$ mr TASK-4242 to main\n\u003e git switch main\n\u003e git merge origin/TASK-4242\n\u003e npm test\n\u003e git push\n```\nSee https://github.com/jonny64/mr-git-cli/wiki for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonny64%2Fmr-git-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonny64%2Fmr-git-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonny64%2Fmr-git-cli/lists"}