logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hub-init - Initialize a git repository and add a remote pointing to GitHub.

Examples

           $ hub init -g
           > git init
           > git remote add origin git@github.com:USER/REPO.git

Name

       hub-init - Initialize a git repository and add a remote pointing to GitHub.

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.

See Also

hub-create(1), hub(1), git-init(1)

hub version 2.14.2                                 24 Aug 2023                                       hub-init(1)

Synopsis

hubinit -g

See Also