
Create a new local branch from the commit you wanted to start developing with.There are additional settings for this extension as well, enter github. You wish to use a remote with a different name, you can control this by the github.remoteName setting. You will then be prompted to enter the token generated from GitHub.Īdditionally, by default this extension assumes your remote for a checked out repo is named "origin". To 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'. The 'GitHub: Set Personal Access Token' should be executed for that. To use this extension one needs to create a new GitHub Personal Access Token and registers it in the extension. Specify a GitLab private access token and connect to a GitLab server.Configure the statusbar behaviour by setting the github.statusBarCommand configuration value.Browse the current open file (including current cursor position).Support for GitHub Enterprise (on-premise installations).Allow to create and cancel pull request reviews.Assign or unassign a user (currently only one).Allow to manage assignees for pull requests.Configure default branch, merge method and refresh interval.Merge current pull request with either of 'merge', 'squash' or 'rebase' method.Allow to select a branch to create a pull request for.Create a pull request in forked repositories.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. Create a new pull request based on the current branch and the last commit.Display pull request and current status (e.g.Browse the pull requests of your current branch.


Open github page for the current project in your default browser.

Note: I recommend to use GitHub Pull Requests instead of this, because most usecases are supported and there is a team at Microsoft/GitHub supporting development FeaturesĬurrently it is possible to do the following: This vscode extension integrates with GitHub.
