table of contents
- unstable 1.1-2
GIT-UBUNTU-REMOTE(1) | Git-Ubuntu Manual | GIT-UBUNTU-REMOTE(1) |
NAME¶
git-ubuntu-remote - Manage Launchpad source package Git remotes
SYNOPSIS¶
git ubuntu remote [-d | --directory <directory>] [-l | --lp-user <lp_user>] [-r | --remote-name <name>] [--no-fetch] [--package <package>] add <user> [<url>]
DESCRIPTION¶
Launchpad source package repositories are at well-defined locations for given a username. This subcommand allows users to add these well-defined locations to a local git(1) repository. Once added, the remote can be manipulated like any Git remote.
OPTIONS¶
-d <directory>, --directory <directory>
-l <lp_user>, --lp-user <lp_user>
-r, --remote-name <name>
--no-fetch
--package <package>
<user>
<url>
EXIT STATUS¶
git ubuntu remote exits with status 0 if the command completes successfully. git ubuntu remote exits with nonzero exit status on errors.
REPORTING BUGS¶
Report bugs at https://bugs.launchpad.net/git-ubuntu
SEE ALSO¶
GIT-UBUNTU¶
Part of the git-ubuntu(1) suite
2017-07-19 | Git-Ubuntu 0.2 |