All Projects → KnisterPeter → vscode-github

KnisterPeter / vscode-github

Licence: MIT license
GitHub Support for vscode

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-github

merge-request-notifier
This app shows your merge requests grouped by projects and WIP status. It is accessible from the system tray.
Stars: ✭ 47 (-62.1%)
Mutual labels:  gitlab, pull-requests
Export Pull Requests
Export pull requests and/or issues to a CSV file. Supports GitHub, GitLab, and Bitbucket
Stars: ✭ 68 (-45.16%)
Mutual labels:  gitlab, pull-requests
redmine merge request links
Display links to associated Gitlab merge requests and GitHub pull requests on Redmine's issue page.
Stars: ✭ 32 (-74.19%)
Mutual labels:  gitlab, pull-requests
Raunaksingh-hacktober-2020
Welcome to Hackertober fest 2020
Stars: ✭ 7 (-94.35%)
Mutual labels:  pull-requests
ok-to-test
Example workflow configuration showing how to use GitHub Actions secrets in pull requests from forks 🍴🔑
Stars: ✭ 58 (-53.23%)
Mutual labels:  pull-requests
python-gitlab3
Python wrapper for the entire GitLab API
Stars: ✭ 44 (-64.52%)
Mutual labels:  gitlab
gitlab-config
🦊 Semantic-release shareable config for GitLab
Stars: ✭ 36 (-70.97%)
Mutual labels:  gitlab
react-unleash-flags
React Component for Gitlab or Unleash Feature Flags
Stars: ✭ 36 (-70.97%)
Mutual labels:  gitlab
Prinder
Free Pull Request reminder for Github. Has configurations to post reminders to Slack and email along with jinja templating
Stars: ✭ 21 (-83.06%)
Mutual labels:  pull-requests
slab
gitlab API를 사용해 귀찮은 일을 덜어주는 slack 봇.
Stars: ✭ 14 (-88.71%)
Mutual labels:  gitlab
gitlabform
🏗 Specialized "configuration as a code" tool for GitLab
Stars: ✭ 332 (+167.74%)
Mutual labels:  gitlab
aloba
🤖 [Myrmica Aloba 🐜] Bot: Add labels and milestone on pull requests and issues.
Stars: ✭ 18 (-85.48%)
Mutual labels:  pull-requests
git-the-lines
A Discord bot that prints out the lines referenced in a GitHub, GitLab, or BitBucket snippet link
Stars: ✭ 37 (-70.16%)
Mutual labels:  gitlab
git-squash
Locally squash commits on a branch without resolving any conflicts (a'la squash and merge)
Stars: ✭ 123 (-0.81%)
Mutual labels:  gitlab
tracboat
Trac to GitLab migration toolbox
Stars: ✭ 32 (-74.19%)
Mutual labels:  gitlab
action-pr-title
Github action to enforce Pull Request title conventions
Stars: ✭ 83 (-33.06%)
Mutual labels:  pull-requests
session
Aplus Framework Session Library
Stars: ✭ 170 (+37.1%)
Mutual labels:  gitlab
trac-to-gitlab
Easily migrate your Trac instance to Gitlab
Stars: ✭ 22 (-82.26%)
Mutual labels:  gitlab
code-review-culture
📖 The art of cultivating a strong dev culture in your team.
Stars: ✭ 19 (-84.68%)
Mutual labels:  pull-requests
Hacktoberfest-Banned-The-Repo-Guys-Sorry-For-Your-Time-and-effort
A beginner-friendly open source repository to create your first pull request.
Stars: ✭ 27 (-78.23%)
Mutual labels:  pull-requests

vscode-github README

Marketplace Version Installs Travis renovate badge

This vscode extension integrates with GitHub.

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

Currently it is possible to do the following:

  • Checkout one of the open pull requests
  • Open github page for the current project in your default browser
  • Browse one of the open pull requests in your default browser
  • Browse the pull requests of your current branch
  • Display pull request and current status (e.g. mergeable, travis build done, ...) in the StatusBar (if enabled)
  • Create a new pull request based on the current branch and the last commit 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 pull request in forked repositories
  • Allow to select a branch to create a pull request for
  • Merge current pull request with either of 'merge', 'squash' or 'rebase' method.
  • Configure default branch, merge method and refresh interval.
  • Allow to manage assignees for pull requests
    • Assign or unassign a user (currently only one)
  • Allow to create and cancel pull request reviews
  • Support for GitHub Enterprise (on-premise installations)
  • Browse open issues
  • Browse the current open file (including current cursor position)
  • Configure the statusbar behaviour by setting the github.statusBarCommand configuration value.
  • Specify a GitLab private access token and connect to a GitLab server
  • Support multi folder setup

Create pull request

Setup Personal Access Token

To use this extension one needs to create a new GitHub Personal Access Token and registers it in the extension. The 'GitHub: Set Personal Access Token' should be executed for that. 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'. You will then be prompted to enter the token generated from GitHub.

GitHub Personal Access Token

GitHub Personal Access Token

Set GitHub Personal Access Token

Additionally, by default this extension assumes your remote for a checked out repo is named "origin". If you wish to use a remote with a different name, you can control this by the github.remoteName setting.

There are additional settings for this extension as well, enter github. in the User Settings pane of VS Code to see them all.

Usage

Create a new pull request

  1. Create a new local branch from the commit you wanted to start developing with
  2. Do you code changes
  3. Commit your changes
  4. Push your changes to your remote
  5. Then execute Create pull request from current branch in current repository (quick)
  6. In the status bar you can then see the status of your created pull request and if you'd like to open it

Create a new pull request from a forked repository

  1. Fork a repository and clone it afterwards
  2. Create a new local branch from the commit you wanted to start developing with
  3. Do you code changes
  4. Commit your changes
  5. Push your changes to your remote
  6. Then execute Create pull request...
  7. Select the upstream repository you want to create the pull requests for Note: The status bar will not reflect the pull request status in this case

Checkout pull request

  1. Execute Checkout open pull request...
  2. Select a pull request from the list
  3. The pull request is checked out and your working copy switches to that branch

Browser pull request

  1. Execute Browse open pull request...
  2. Select a pull request from the list
  3. Your default browser opens the pull request on github

Merge pull request

  1. Execute Merge pull request (current branch)...
  2. Select your merge strategy from the shown list (merge, squash, rebase)
  3. The pull request associated with your current branch is then merged

Telemetry data (extension usage)

This extension collects telemetry data to track and improve usage. The collection of data could be disabled as described here https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting.

Contributors

Thanks goes to these wonderful people (emoji key):


Markus Wolf

💻

Ross Valler

💻

Josh Eveleth

💻

sasial

💻

timhaintz

📖

Adam Parkin

📖

Andreas Holley

💻

Stanislas

📖

Corentin Girard

💻

Mykola Morhun

💻

Nicholas Mata

💻

Tatsuyuki Ishi

💻

Vincent van der Weele

💻

ivanmilov

💻

Kyle

📖

Li Huanshuai

💻

Shaikat Haque

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].