{"id":14111062,"url":"https://github.com/KnisterPeter/vscode-github","last_synced_at":"2025-08-01T12:31:13.260Z","repository":{"id":12941238,"uuid":"73195101","full_name":"KnisterPeter/vscode-github","owner":"KnisterPeter","description":":octocat: GitHub Support for vscode","archived":true,"fork":false,"pushed_at":"2023-11-27T12:58:18.000Z","size":1942,"stargazers_count":129,"open_issues_count":0,"forks_count":62,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-05T21:34:00.982Z","etag":null,"topics":["git","github","gitlab","pull-requests","typescript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-github","language":"TypeScript","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/KnisterPeter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2016-11-08T14:42:44.000Z","updated_at":"2024-11-15T18:53:16.000Z","dependencies_parsed_at":"2024-08-14T10:23:32.154Z","dependency_job_id":null,"html_url":"https://github.com/KnisterPeter/vscode-github","commit_stats":null,"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/KnisterPeter/vscode-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnisterPeter%2Fvscode-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnisterPeter%2Fvscode-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnisterPeter%2Fvscode-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnisterPeter%2Fvscode-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KnisterPeter","download_url":"https://codeload.github.com/KnisterPeter/vscode-github/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnisterPeter%2Fvscode-github/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268223038,"owners_count":24215710,"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-01T02:00:08.611Z","response_time":67,"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","github","gitlab","pull-requests","typescript","vscode","vscode-extension"],"created_at":"2024-08-14T10:03:07.492Z","updated_at":"2025-08-01T12:31:12.890Z","avatar_url":"https://github.com/KnisterPeter.png","language":"TypeScript","readme":"# vscode-github README\n\n[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/knisterpeter.vscode-github.svg)](https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-github)\n[![Installs](https://vsmarketplacebadge.apphb.com/installs/knisterpeter.vscode-github.svg)](https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-github)\n[![Travis](https://img.shields.io/travis/KnisterPeter/vscode-github.svg)](https://travis-ci.org/KnisterPeter/vscode-github)\n[![renovate badge](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/)\n\nThis vscode extension integrates with GitHub.\n\n**Note: I recommend to use [GitHub Pull Requests](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) instead of this, because most usecases are supported and there is a team at Microsoft/GitHub supporting development**\n\n## Features\n\nCurrently it is possible to do the following:\n\n- Checkout one of the open pull requests\n- Open github page for the current project in your default browser\n- Browse one of the open pull requests in your default browser\n- Browse the pull requests of your current branch\n- Display pull request and current status (e.g. mergeable, travis build done, ...) in the StatusBar (if enabled)\n- Create a new pull request based on the current branch and the last commit\n  The current branch will be requested to merge into master and the pull request title is the commit message summary, or a custom message if configured that way.\n- Create a pull request in forked repositories\n- Allow to select a branch to create a pull request for\n- Merge current pull request with either of 'merge', 'squash' or 'rebase' method.\n- Configure default branch, merge method and refresh interval.\n- Allow to manage assignees for pull requests\n  - Assign or unassign a user (currently only one)\n- Allow to create and cancel pull request reviews\n- Support for GitHub Enterprise (on-premise installations)\n- Browse open issues\n- Browse the current open file (including current cursor position)\n- Configure the statusbar behaviour by setting the `github.statusBarCommand` configuration value.\n- Specify a GitLab private access token and connect to a GitLab server\n- Support multi folder setup\n\n![Create pull request](images/create-pull-request.png)\n\n## Setup Personal Access Token\n\nTo use this extension one needs to create a new GitHub Personal Access Token and registers it in the extension.\nThe 'GitHub: Set Personal Access Token' should be executed for that.\nTo execute the 'GitHub: Set Personal Access Token' type Ctrl+Shift+p in VSCode to open the command palette and type 'GitHub: Set Personal Access Token'. You will then be prompted to enter the token generated from GitHub.\n\n![GitHub Personal Access Token](images/github-personal-access-token.png)\n\n![GitHub Personal Access Token](images/github-personal-access-token2.png)\n\n![Set GitHub Personal Access Token](images/set-personal-access-token.png)\n\nAdditionally, by default this extension assumes your remote for a checked out repo is named \"origin\". If\nyou wish to use a remote with a different name, you can control this by the `github.remoteName` setting.\n\nThere are additional settings for this extension as well, enter `github.` in the User Settings pane of\nVS Code to see them all.\n\n## Usage\n\n### Create a new pull request\n\n1. Create a new local branch from the commit you wanted to start developing with\n1. Do you code changes\n1. Commit your changes\n1. Push your changes to your remote\n1. Then execute `Create pull request from current branch in current repository (quick)`\n1. In the status bar you can then see the status of your created pull request and if you'd like to open it\n\n### Create a new pull request from a forked repository\n\n1. Fork a repository and clone it afterwards\n1. Create a new local branch from the commit you wanted to start developing with\n1. Do you code changes\n1. Commit your changes\n1. Push your changes to your remote\n1. Then execute `Create pull request...`\n1. Select the upstream repository you want to create the pull requests for\n   **Note**: The status bar will not reflect the pull request status in this case\n\n### Checkout pull request\n\n1. Execute `Checkout open pull request...`\n1. Select a pull request from the list\n1. The pull request is checked out and your working copy switches to that branch\n\n### Browser pull request\n\n1. Execute `Browse open pull request...`\n1. Select a pull request from the list\n1. Your default browser opens the pull request on github\n\n### Merge pull request\n\n1. Execute `Merge pull request (current branch)...`\n1. Select your merge strategy from the shown list (merge, squash, rebase)\n1. The pull request associated with your current branch is then merged\n\n### Telemetry data (extension usage)\n\nThis extension collects telemetry data to track and improve usage.\nThe collection of data could be disabled as described here \u003chttps://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting\u003e.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://about.me/knisterpeter\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/327445?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarkus Wolf\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=KnisterPeter\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://valler.dev/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3588000?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRoss Valler\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=RossValler\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/jeveleth\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/305137?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJosh Eveleth\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=jeveleth\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/sasial-dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/44125644?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esasial\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=sasial-dev\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.timhaintz.com.au/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/19178488?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003etimhaintz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=timhaintz\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.codependentcodr.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/414933?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAdam Parkin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=pzelnip\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://duk.im/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3122655?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndreas Holley\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=dukky\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://stanislas.blog/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11699655?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eStanislas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=angristan\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Drarig29\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9317502?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCorentin Girard\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=Drarig29\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/mmorhun\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15607393?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMykola Morhun\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=mmorhun\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/NicholasMata\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8304095?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNicholas Mata\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=NicholasMata\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ishitatsuyuki\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12389383?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTatsuyuki Ishi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=ishitatsuyuki\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/vincentvanderweele\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9002093?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVincent van der Weele\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=vincentvanderweele\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ivanmilov\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/522518?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eivanmilov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=ivanmilov\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://stackoverflow.com/users/1366033\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4307307?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKyle\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=KyleMit\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/lihuanshuai\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4586647?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLi Huanshuai\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=lihuanshuai\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/shaikathaque\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9042881?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eShaikat Haque\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/KnisterPeter/vscode-github/commits?author=shaikathaque\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKnisterPeter%2Fvscode-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKnisterPeter%2Fvscode-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKnisterPeter%2Fvscode-github/lists"}