[server/doc] add eit-branch man page
This commit is contained in:
75
server/doc/mansrc/eit-branch.1.txt
Normal file
75
server/doc/mansrc/eit-branch.1.txt
Normal file
@@ -0,0 +1,75 @@
|
||||
eit-branch(1)
|
||||
=============
|
||||
:man source: eit {eitversion}
|
||||
:man manual: eit {eitversion}
|
||||
|
||||
|
||||
NAME
|
||||
----
|
||||
eit-branch - manage repository branches
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
eit branch [-h] [--quick] [--from <branch>] [--no-copy] [<branch>] [<repo>]
|
||||
|
||||
|
||||
INTRODUCTION
|
||||
------------
|
||||
Switch to given branch. This will cause the creation of a
|
||||
separate repository database on disk and remotely, taking the
|
||||
name of the branch argument passed.
|
||||
Only one branch should be used at the same time, but nothing
|
||||
will prevent you from interleaving them.
|
||||
Generally, this feature is used to switch the repository to a
|
||||
new branch, copying all the packages over (default behaviour).
|
||||
To just switch to an empty branch without copying the packages
|
||||
over just use the *--no-copy* switch.
|
||||
|
||||
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
"eit branch" supports the following options which alters its behaviour.
|
||||
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
*<branch>*::
|
||||
switch to given branch
|
||||
|
||||
*<repo>*::
|
||||
repository
|
||||
|
||||
OPTIONAL ARGUMENTS
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
*--help*::
|
||||
show this help message and exit
|
||||
|
||||
*--quick*::
|
||||
no stupid questions
|
||||
|
||||
*--from*=<branch>::
|
||||
from branch
|
||||
|
||||
*--no-copy*::
|
||||
don't copy packages from branch
|
||||
|
||||
|
||||
|
||||
AUTHORS
|
||||
-------
|
||||
Eit has been accidentally prototyped during a rainy Sunday by Fabio
|
||||
Erculiani who was looking for innovative ways of handling package
|
||||
bumps in Sabayon Entropy repositories.
|
||||
A few months later, Eit saw the light.
|
||||
|
||||
|
||||
REPORTING BUGS
|
||||
--------------
|
||||
Report bugs to https://bugs.sabayon.org or directly to the author at
|
||||
lxnay@sabayon.org.
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
eit(1),
|
||||
@@ -161,5 +161,5 @@ lxnay@sabayon.org.
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
eit-add(1), eit-commit(1), eit-repack(1)
|
||||
eit-add(1), eit-branch(1), eit-commit(1), eit-repack(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user