Skip to content

Commit dc62e91

Browse files
committed
Update docs verbiage for new functionality.
1 parent 476e4c0 commit dc62e91

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

docs/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1 class="title">
3636
</section>
3737
<section class="section">
3838
<div class="container content is-desktop">
39-
<h2 class="subtitle">Check out branches by their pull (or merge) request ID</h2>
39+
<h2 class="subtitle is-uppercase">Check out branches by their pull (or merge) request ID</h2>
4040
<p>Don't waste time doing this:
4141
<ul>
4242
<li>Switching to a browser</li>
@@ -48,12 +48,12 @@ <h2 class="subtitle">Check out branches by their pull (or merge) request ID</h2>
4848
</ul>
4949
</p>
5050
<p>Instead, run <code>git req REQUEST_NUMBER</code> to check out the corresponding branch.</p>
51-
<h2 class="subtitle">Supported services</h2>
51+
<h2 class="subtitle is-uppercase">Supported services</h2>
5252
<ul>
5353
<li>GitHub</li>
5454
<li>GitLab (both GitLab.com and self-hosted)</li>
5555
</ul>
56-
<h2 class="subtitle">Getting started</h2>
56+
<h2 class="subtitle is-uppercase">Getting started</h2>
5757
<ol>
5858
<li><a href="https://github.com/arusahni/git-req/releases/latest">Download the binary for your operating system from the release page.</a> At this time, only Linux and macOS are officially supported. Builds for other platforms are available, but untested.</li>
5959
<li>Decompress the archive.</li>
@@ -65,8 +65,15 @@ <h2 class="subtitle">Getting started</h2>
6565
</li>
6666
<li>That's it! The first time you run <code>git req REQUEST_NUMBER</code>, it will prompt you for your API credentials if necessary.</li>
6767
</ol>
68-
<h2 class="subtitle">Questions? Issues?</h2>
69-
If you have questions, ask on GitHub, or on <a href="https://twitter.com/IAmAru">Twitter</a>. Please file issues on the <a href="https://github.com/arusahni/git-req/issues">GitHub project</a>.
68+
<h2 class="subtitle is-uppercase">Other features</h2>
69+
<p>In addition to checking out requests by ID, <code>git-req</code> also supports:</p>
70+
<ul>
71+
<li>Viewing open requests with <code>git req --list</code></li>
72+
<li>Targeting different remotes with <code>git req -u</code></li>
73+
<li>Generating shell completions <code>git req --completions</code></li>
74+
</ul>
75+
<h2 class="subtitle is-uppercase">Questions? Issues?</h2>
76+
<p>If you have questions, ask on GitHub, or on <a href="https://twitter.com/IAmAru">Twitter</a>. Please file issues on the <a href="https://github.com/arusahni/git-req/issues">GitHub project</a>.</p>
7077
</div>
7178
</section>
7279
<footer class="footer">

pkg/aur/PKGBUILD

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# This is an example PKGBUILD file. Use this as a start to creating your own,
2-
# and remove these comments. For more information, see 'man PKGBUILD'.
3-
# NOTE: Please fill out the license field for your package! If it is unknown,
4-
# then please put 'unknown'.
5-
61
# Maintainer: Aru Sahni <aru@arusahni.net>
72
pkgname=git-req
83
pkgver=2.0.1

0 commit comments

Comments
 (0)