Man page - hub-remote(1)
Packages contains this manual
- hub-alias(1)
- hub-remote(1)
- hub-api(1)
- hub-compare(1)
- hub-push(1)
- hub-checkout(1)
- hub-init(1)
- hub-issue(1)
- hub-pull-request(1)
- hub-browse(1)
- hub-help(1)
- hub-merge(1)
- hub-gist(1)
- hub-cherry-pick(1)
- hub-submodule(1)
- hub-sync(1)
- hub-am(1)
- hub-create(1)
- hub-release(1)
- hub-apply(1)
- hub-fork(1)
- hub-fetch(1)
- hub-pr(1)
- hub-clone(1)
- hub-delete(1)
- hub-ci-status(1)
- hub(1)
apt-get install hub
Manual
hub-remote
NAMESYNOPSIS
OPTIONS
EXAMPLES
SEE ALSO
NAME
hub-remote - Add a git remote for a GitHub repository.
SYNOPSIS
hub
remote
add [-p] [
OPTIONS
]
USER
[/
REPOSITORY
]
hub remote
set-url [-p] [
OPTIONS
]
NAME
USER
[/
REPOSITORY
]
OPTIONS
-p
(Deprecated) Use the ssh: protocol instead of git: for the remote URL. The writeable ssh: protocol is automatically used for own repos, GitHub Enterprise remotes, and private or pushable repositories.
USER [/ REPOSITORY ]
If USER is "origin", that value will be substituted for your GitHub username. REPOSITORY defaults to the name of the current working directory.
EXAMPLES
$ hub remote
add jingweno
> git remote add jingweno
git://github.com/jingweno/REPO.git
$ hub remote
add origin
> git remote add origin git@github.com:USER/REPO.git
SEE ALSO
hub-fork(1), hub(1), git-remote(1)