mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Updated manual for git local-commits, must track a branch
This commit is contained in:
parent
7aa178acc9
commit
5467c2ff5a
|
|
@ -1,36 +1,23 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-LOCAL\-COMMITS" "1" "October 2017" "" "Git Extras"
|
||||
.
|
||||
.\" generated with Ronn-NG/v0.9.1
|
||||
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
||||
.TH "GIT\-LOCAL\-COMMITS" "1" "January 2022" "" "Git Extras"
|
||||
.SH "NAME"
|
||||
\fBgit\-local\-commits\fR \- List local commits
|
||||
.
|
||||
.SH "SYNOPSIS"
|
||||
\fBgit\-local\-commits\fR <args>
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
Lists commits in the local branch that have not been pushed to origin\.
|
||||
.
|
||||
Lists commits in the local branch that have not been pushed to the remote tracked branch\. This requires that HEAD points to a branch which is tracking another branch\.
|
||||
.SH "OPTIONS"
|
||||
<args>
|
||||
.
|
||||
.P
|
||||
All arguments passed to \fBgit\-local\-commits\fR will be passed directly to \fBgit\-log\fR\.
|
||||
.
|
||||
.SH "EXAMPLES"
|
||||
.
|
||||
.nf
|
||||
|
||||
$ git local\-commits \-\-graph
|
||||
.
|
||||
.fi
|
||||
.
|
||||
.SH "AUTHOR"
|
||||
Written by Michael Komitee <\fImkomitee@gmail\.com\fR>
|
||||
.
|
||||
.SH "REPORTING BUGS"
|
||||
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
<\fIhttps://github\.com/tj/git\-extras\fR>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' value='text/html;charset=utf8'>
|
||||
<meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
|
||||
<meta http-equiv='content-type' content='text/html;charset=utf8'>
|
||||
<meta name='generator' content='Ronn-NG/v0.9.1 (http://github.com/apjanke/ronn-ng/tree/0.9.1)'>
|
||||
<title>git-local-commits(1) - List local commits</title>
|
||||
<style type='text/css' media='all'>
|
||||
/* style: man */
|
||||
|
|
@ -69,24 +69,26 @@
|
|||
<li class='tr'>git-local-commits(1)</li>
|
||||
</ol>
|
||||
|
||||
<h2 id="NAME">NAME</h2>
|
||||
|
||||
|
||||
<h2 id="NAME">NAME</h2>
|
||||
<p class="man-name">
|
||||
<code>git-local-commits</code> - <span class="man-whatis">List local commits</span>
|
||||
</p>
|
||||
|
||||
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
||||
|
||||
<p><code>git-local-commits</code> <args></p>
|
||||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<p> Lists commits in the local branch that have not been pushed to origin.</p>
|
||||
<p>Lists commits in the local branch that have not been pushed to the remote tracked branch.
|
||||
This requires that HEAD points to a branch which is tracking another branch.</p>
|
||||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
||||
<p> <args></p>
|
||||
<p><args></p>
|
||||
|
||||
<p> All arguments passed to <code>git-local-commits</code> will be passed directly to <code>git-log</code>.</p>
|
||||
<p>All arguments passed to <code>git-local-commits</code> will be passed directly to <code>git-log</code>.</p>
|
||||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
|
|
@ -95,7 +97,7 @@
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Michael Komitee <<a href="mailto:mkomitee@gmail.com" data-bare-link="true">mkomitee@gmail.com</a>></p>
|
||||
<p>Written by Michael Komitee <<a href="mailto:mkomitee@gmail.com" data-bare-link="true">mkomitee@gmail.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -105,10 +107,9 @@
|
|||
|
||||
<p><<a href="https://github.com/tj/git-extras" data-bare-link="true">https://github.com/tj/git-extras</a>></p>
|
||||
|
||||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>October 2017</li>
|
||||
<li class='tc'>January 2022</li>
|
||||
<li class='tr'>git-local-commits(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@ git-local-commits(1) -- List local commits
|
|||
|
||||
## DESCRIPTION
|
||||
|
||||
Lists commits in the local branch that have not been pushed to origin.
|
||||
Lists commits in the local branch that have not been pushed to the remote tracked branch.
|
||||
This requires that HEAD points to a branch which is tracking another branch.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue