branch.<name>.merge to the desired branch, and use the special setting
`.` (a period) for branch.<name>.remote.
+clean.requireForce::
+ A boolean to make git-clean do nothing unless given -f or -n. Defaults
+ to false.
+
color.branch::
A boolean to enable/disable color in the output of
gitlink:git-branch[1]. May be set to `true` (or `always`),
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git-checkout</em> [-q] [-f] [-b [--track | --no-track] <new_branch> [-l]] [-m] [<branch>]\r
+<div class="content"><em>git-checkout</em> [-q] [-f] [[--track | --no-track] -b <new_branch> [-l]] [-m] [<branch>]\r
<em>git-checkout</em> [<tree-ish>] <paths>…</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 17-Apr-2007 08:27:40 UTC\r
+Last updated 24-Apr-2007 07:34:15 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
[verse]
-'git-checkout' [-q] [-f] [-b [--track | --no-track] <new_branch> [-l]] [-m] [<branch>]
+'git-checkout' [-q] [-f] [[--track | --no-track] -b <new_branch> [-l]] [-m] [<branch>]
'git-checkout' [<tree-ish>] <paths>...
DESCRIPTION
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git-clean</em> [-d] [-n] [-q] [-x | -X] [--] <paths>…</div></div>\r
+<div class="content"><em>git-clean</em> [-d] [-f] [-n] [-q] [-x | -X] [--] <paths>…</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
</p>\r
</dd>\r
<dt>\r
+-f\r
+</dt>\r
+<dd>\r
+<p>\r
+ If the git configuration specifies clean.forceRequire as true,\r
+ git-clean will refuse to run unless given -f or -n.\r
+</p>\r
+</dd>\r
+<dt>\r
-n\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:32 UTC\r
+Last updated 24-Apr-2007 07:34:15 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
[verse]
-'git-clean' [-d] [-n] [-q] [-x | -X] [--] <paths>...
+'git-clean' [-d] [-f] [-n] [-q] [-x | -X] [--] <paths>...
DESCRIPTION
-----------
-d::
Remove untracked directories in addition to untracked files.
+-f::
+ If the git configuration specifies clean.forceRequire as true,
+ git-clean will refuse to run unless given -f or -n.
+
-n::
Don't actually remove anything, just show what would be done.
</p>\r
</dd>\r
<dt>\r
+clean.requireForce\r
+</dt>\r
+<dd>\r
+<p>\r
+ A boolean to make git-clean do nothing unless given -f or -n. Defaults\r
+ to false.\r
+</p>\r
+</dd>\r
+<dt>\r
color.branch\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 22-Apr-2007 05:47:50 UTC\r
+Last updated 24-Apr-2007 07:34:15 UTC\r
</div>\r
</div>\r
</body>\r
commit by starting with its log message. If you do not need to\r
edit the message further, you can give -C option instead.\r
</p>\r
+<p>See also the --amend option to <a href="git-commit.html">git-commit(1)</a>.</p>\r
</li>\r
</ol>\r
</dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:11 UTC\r
+Last updated 24-Apr-2007 07:34:16 UTC\r
</div>\r
</div>\r
</body>\r
<3> "reset" copies the old head to .git/ORIG_HEAD; redo the
commit by starting with its log message. If you do not need to
edit the message further, you can give -C option instead.
++
+See also the --amend option to gitlink:git-commit[1].
Undo commits permanently::
+