Purpose: | Update a tree to have the latest code committed to its branch. |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Usage: | bzr update [DIR] |
||||||||||||
Options: |
|
||||||||||||
Description: | This will perform a merge into the working tree, and may generate conflicts. If you have any local changes, you will still need to commit them after the update for the update to be complete. If you want to discard your local changes, you can just do a ‘bzr revert’ instead of ‘bzr commit’ after the update. If the tree’s branch is bound to a master branch, it will also update the branch from the master. |
||||||||||||
Aliases: | up |
||||||||||||
See also: |