Skip to content

Commit 59e3de4

Browse files
committed
Add previous request command to the docs page.
1 parent 337e1e3 commit 59e3de4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ <h2 class="subtitle is-uppercase">Other features</h2>
9898
<ul>
9999
<li>Viewing open requests with <code>git req --list</code></li>
100100
<li>Targeting different remotes with <code>git req -u</code></li>
101-
<li>Generating shell completions <code>git req --completions</code></li>
101+
<li>Jumping to your previously-checked out request with <code>git req -</code></li>
102+
<li>Generating shell completions with <code>git req --completions</code></li>
102103
</ul>
103104
<h2 class="subtitle is-uppercase">Questions? Issues?</h2>
104105
<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>

0 commit comments

Comments
 (0)