summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-21 15:04:25 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-21 15:10:47 -0300
commit8da2725c51e2576cec9de6612317ab354b1e9454 (patch)
treee9256f23ea17bfebd40511ad12f0509a88376993
parent23383a4dea1550e6461dfa69b3011d99a26f825e (diff)
man: Remove now removed documentation about checkout
And document the fetch --checkout argument
-rw-r--r--git-phab.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/git-phab.txt b/git-phab.txt
index 75f4b0a..d5c9270 100644
--- a/git-phab.txt
+++ b/git-phab.txt
@@ -16,7 +16,6 @@ SYNOPSIS
*git phab log* [-h] [<revision range>]
*git phab fetch* [-h] ['<T123>']
*git phab apply* [-h] ['<(T|D)123>'] [-n] [-o '<directory>']
-*git phab checkout* [-h] ['<T123>']
*git phab browse* [-h] ['objects' ['objects' ...]]
*git phab clean* [-h]
*git phab land* [-h] [--no-push]
@@ -73,8 +72,8 @@ This only fetch and print the commit id, it won't create or checkout a branch.
A new branch can then be created using, for example:
git checkout -b my-branch FETCH_HEAD
-
-See also *checkout* command.
++
+With `--checkout` (or `-c`), fetch and checkout in a branch.
*apply*::
@@ -85,12 +84,6 @@ With `--no-dependencies` (or `-n`), revision's dependencies will not be applied.
With `--output-directory` (or `-n`), patches aren't applied to the repository,
but exported to a directory instead.
-*checkout*::
-
-Same as *fetch* but also create a new branch and check it out. If an existing
-branch is found for the same task it will prompt to reset that branch to the
-newly fetched commit, then checkout is as well.
-
*browse*::
Open related URIs in a web browser using *xdg-open*.