@@ -11,6 +11,19 @@ This vscode extension integrates with GitHub.
1111Current it is possible to do the following:
1212
1313* Store your GitHub Personal Access Token
14+ * Checkout one of the open pull requests
15+ * 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
21+ * Create a new pull request based on the current branch and the last commit
22+ The current branch will be requested to merge into master and the pull request title is the commit message summary.
23+
24+ ![ Create pull request] ( images/create-pull-request.png )
25+
26+ ## Setup Personal Access Token
1427
1528To use this extension one needs to create a new GitHub Personal Access Token and registers it in the extension.
1629The 'GitHub: Set Personal Access Token' should be executed for that.
@@ -20,16 +33,3 @@ The 'GitHub: Set Personal Access Token' should be executed for that.
2033![ GitHub Personal Access Token] ( images/github-personal-access-token2.png )
2134
2235![ Set GitHub Personal Access Token] ( images/set-personal-access-token.png )
23-
24- * Create a new pull request based on the current branch and the last commit
25- The current branch will be requested to merge into master and the pull request title is the commit message summary.
26-
27- ![ Create pull request] ( images/create-pull-request.png )
28-
29- * Checkout one of the open pull requests
30- * Browse one of the open pull requests in your default browser
31- * Show if the current branch has an associated pull-request on github in the status bar
32- * Support github https origin urls
33- * Refresh pull request status every 5 seconds
34- * Respect github caching headers
35- * Show status of current pull request
0 commit comments