NAME
bif-register - register with a remote repository
VERSION
0.1.0_15 (2014-04-25)
SYNOPSIS
bif register LOCATION [ALIAS] [OPTIONS...]
DESCRIPTION
The bif register command connects to a hub (a remote repository) to obtain the list of projects hosted there. The project list is stored locally and is used by the import, sync and push commands.
A hub can have an alias which useable with all of the hub-aware commands (import,export,push) to save typing the full address.
If the location is a network address like ssh://an.organisation@a.provider then the default alias will be an.organisation. If location is a filesystem path then the default alias is the path basename.
ARGUMENTS & OPTIONS
- LOCATION
-
The location of a remote repository.
- ALIAS
-
Override the default alias for the hub.
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.