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

Commit 41563c0

Browse files
committed
docs: update feature list
1 parent 911fbd6 commit 41563c0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ This vscode extension integrates with GitHub.
1010

1111
Current it is possible to do the following:
1212

13-
* Store your GitHub Personal Access Token
1413
* Checkout one of the open pull requests
1514
* Browse one of the open pull requests in your default browser
16-
* Show if the current branch has an associated pull-request on github in the status bar
17-
* Support github https origin urls
18-
* Refresh pull request status every 5 seconds
19-
* Respect github caching headers
20-
* Show status of current pull request
15+
* Display pull request and current status (e.g. mergeable, travis build done, ...) in the StatusBar
2116
* Create a new pull request based on the current branch and the last commit
2217
The current branch will be requested to merge into master and the pull request title is the commit message summary.
18+
* Merge current pull rqeuest with either of 'merge', 'squash' or 'rebase' method.
19+
* Configure default branch, merge method and refresh interval.
2320

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

0 commit comments

Comments
 (0)