NAME
bif-push - push a thread to another project
VERSION
0.1.0 (yyyy-mm-dd)
SYNOPSIS
bif push ID PATH [HUB] [OPTIONS...]
DESCRIPTION
Push a thread to another project.
ARGUMENTS
- 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.
OPTIONS
- --alias, -a NAME
-
The alias to refer to the hub in future calls.
- --copy, -c
-
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 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.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 151:
You forgot a '=back' before '=head1'
- Around line 153:
'=item' outside of any '=over'