{"id":22466915,"url":"https://github.com/mavimo/git-helper-gh","last_synced_at":"2025-08-02T07:31:13.404Z","repository":{"id":33895216,"uuid":"117335093","full_name":"mavimo/git-helper-gh","owner":"mavimo","description":"Create helper script to use git","archived":false,"fork":false,"pushed_at":"2022-01-26T16:44:05.000Z","size":30,"stargazers_count":2,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T15:06:46.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/mavimo.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}},"created_at":"2018-01-13T10:37:44.000Z","updated_at":"2022-01-26T16:44:08.000Z","dependencies_parsed_at":"2022-08-07T23:30:32.014Z","dependency_job_id":null,"html_url":"https://github.com/mavimo/git-helper-gh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mavimo/git-helper-gh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fgit-helper-gh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fgit-helper-gh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fgit-helper-gh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fgit-helper-gh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mavimo","download_url":"https://codeload.github.com/mavimo/git-helper-gh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fgit-helper-gh/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268348611,"owners_count":24236297,"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-08-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2024-12-06T10:14:38.384Z","updated_at":"2025-08-02T07:31:13.169Z","avatar_url":"https://github.com/mavimo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub CLI helper\n\nCLI utils for GitHub\n\n## Install\n\n### Using homebrew\n\n```\nbrew install https://raw.githubusercontent.com/mavimo/git-helper-gh/master/git-helper-gh.rb\n```\n\n### From source\n\n1. Check that you installed `jq` and `sed` (GNU version) on your machine\n1. Clone this repo\n1. Include `bin` directory in your path, or create symlinks:\n    - `ln -s $(pwd)/bin/git-gh-pr /usr/local/bin/git-gh-pr`\n    - `ln -s $(pwd)/bin/git-gh-start /usr/local/bin/git-gh-start`\n    - `ln -s $(pwd)/bin/git-gh-release /usr/local/bin/git-gh-release`\n    - `chmod +x /usr/local/bin/git-gh-*`\n\n## Configuration\n\n1. Create a new GitHub token with \"repo\" permissions at [settings page](https://github.com/settings/tokens)\n1. Configure each project using:\n    - `git config --add gh.username YOURNAME` (replace `YOURNAME` with your GitHub username, eg. `mavimo`)\n    - `git config --add gh.project PROJECT/NAME` (replace `PROJECT/NAME` with GitHub project name, eg.: `mavimo/git-helper-gh`. PAY ATTENTION as it's case-sensitive!)\n    - `git config --add gh.token GITHUB_TOKEN` (replace `GITHUB_TOKEN` with your GitHub token generated above)\n\n## Usage\n\n1. Use `git checkout BRANCH` to switch to the branch you want to use as base (eg. `develop`)\n1. Use `git gh-start ISSUE_ID` to start to work on a new feature (replace `ISSUE_ID` with the issue ID you are start to working)\n1. After pushing the branch containing your desired changes, use `git gh-pr` to create a new pull request. A new tab in your browser will open with preconfigured PR label, author, title and content; you will only have to choose an assignee and add more information if needed.\n    You can specify an optional parameter so set the base branch for the PR: `git gh-pr BASE-BRANCH-NAME`\n1. Use `git gh-release MILESTONE_NAME` to create milestone report (replace `MILESTONE_NAME` with the name of the milestone)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fgit-helper-gh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmavimo%2Fgit-helper-gh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fgit-helper-gh/lists"}