NAME
bif-push - push a topic to another project
VERSION
0.1.0_24 (2014-06-13)
SYNOPSIS
bif push ID PATH [HUB] [OPTIONS...]
DESCRIPTION
The bif push
command is used to modify the relationship between a topic and a previously unrelated project. The type of the topic being pushed determines the type of relationship changes that are possible.
Pushing an issue for example "shares" that topic with another project. Comments made in any project for that issue will appear everywhere else, but status changes are project-specific. In order for that to be possible however, the destination project must already be cooperating with all of the projects already associated with the issue.
ARGUMENTS & OPTIONS
- ID
-
A task or issue ID. Required.
- PATH
-
The destination project PATH. Required.
- HUB
-
The location of the hub where the project is hosted. If not given the project is assumed to be in the current repository.
- --copy, -c
-
[not implemented] Copy the topic instead of its default push behaviour (link for issues, move for tasks).
- --message, -m MESSAGE
-
The push message. An editor will be invoked if this is not given.
SEE ALSO
bif(1)
AUTHOR
Mark Lawrence <nomad@null.net>
COPYRIGHT AND LICENSE
Copyright 2013-2014 Mark Lawrence <nomad@null.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.