Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 7e647d9940d31b34c253e6f71c416c4b > files > 2885

bzr-2.7.0-6.mga7.aarch64.rpm

bind
====

:Purpose: Convert the current branch into a checkout of the supplied branch.
:Usage:   bzr bind [LOCATION]

:Options:
  --usage               Show usage message and options.
  -d ARG, --directory=ARG
                        Branch to operate on, instead of working directory.
  -q, --quiet           Only display errors and warnings.
  -v, --verbose         Display more information.
  -h, --help            Show help message.

:Description:
  If no branch is supplied, rebind to the last bound location.
  
  Once converted into a checkout, commits must succeed on the master branch
  before they will be applied to the local branch.
  
  Bound branches use the nickname of its master branch unless it is set
  locally, in which case binding will update the local nickname to be
  that of the master.

:See also: :doc:`checkouts <checkouts-help>`, :doc:`unbind <unbind-help>`