hub-init - Man Page
Initialize a git repository and add a remote pointing to GitHub.
Examples (TL;DR)
- Initialize a new local repository:
hub init
Synopsis
hub init
-g
Options
- -g
After initializing the repository locally, add the "origin" remote pointing to "USER/REPO" repository on GitHub.
USER is your GitHub username, while REPO is the name of the current working directory.
Examples
$ hub init -g > git init > git remote add origin git@github.com:USER/REPO.git
See Also
Referenced By
hub(1), hub-create(1), hub-delete(1).
18 Jul 2024 hub version 2.14.2 hub manual