| Version | 0.5.4 |
| Branch | lp:bzr-git |
| Home page | https://launchpad.net/bzr-git |
| Owner | jelmer |
| GNU/Linux | Yes |
| Windows | Yes |
| Mac OS X | Yes |
A GIT branch and repository format implementation for bzr.
Purpose
Apply a series of git-am style patches.
Usage
bzr git-apply [PATCHES...]
Options
–force -s, –signoff Add a Signed-off-by line. -h, –help Show help message. -q, –quiet Only display errors and warnings. –usage Show usage message and options. -v, –verbose Display more information.
Description
This command will in the future probably be integrated into “bzr pull”.
Purpose
Import all branches from a git repository.
Usage
bzr git-import SRC_LOCATION [DEST_LOCATION]
Options
| --usage | Show usage message and options. |
| -v, --verbose | Display more information. |
| -q, --quiet | Only display errors and warnings. |
| -h, --help | Show help message. |