Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
make features more prominent
  • Loading branch information
KnisterPeter committed Nov 15, 2016
1 parent f336239 commit b904eba
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ This vscode extension integrates with GitHub.
Current it is possible to do the following:

* Store your GitHub Personal Access Token
* Checkout one of the open pull requests
* Browse one of the open pull requests in your default browser
* Show if the current branch has an associated pull-request on github in the status bar
* Support github https origin urls
* Refresh pull request status every 5 seconds
* Respect github caching headers
* Show status of current pull request
* 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.

![Create pull request](images/create-pull-request.png)

## 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.
Expand All @@ -20,16 +33,3 @@ The 'GitHub: Set Personal Access Token' should be executed for that.
![GitHub Personal Access Token](images/github-personal-access-token2.png)

![Set GitHub Personal Access Token](images/set-personal-access-token.png)

* 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.

![Create pull request](images/create-pull-request.png)

* Checkout one of the open pull requests
* Browse one of the open pull requests in your default browser
* Show if the current branch has an associated pull-request on github in the status bar
* Support github https origin urls
* Refresh pull request status every 5 seconds
* Respect github caching headers
* Show status of current pull request

0 comments on commit b904eba

Please sign in to comment.