hub-remote(1) | hub manual | hub-remote(1) |
hub-remote - Add a git remote for a GitHub repository.
hub remote add [-p] [OPTIONS]
USER[/REPOSITORY]
hub remote set-url [-p] [OPTIONS] NAME
USER[/REPOSITORY]
-p
USER[/REPOSITORY]
$ 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
hub-fork(1), hub(1), git-remote(1)
06 Nov 2024 | hub version 2.14.2 |