© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.
Install npm packages directly from GitHub repositories using git URLs for private repos, specific branches, or unreleased versions.
Installing packages not yet published on npm
Using a specific branch, tag, or commit
Installing from private repositories or forked packages
Share verify git installation: Ensure git is available in the environment
Share select install method: Choose between HTTPS (common) or SSH (private repos)
Share format git URL: Construct the URL with owner, repo, and optional branch/tag/commit hash
Share execute install: Run the npm install command with the git URL
Share verify location: Check the installation path and binary linked from the package
You
I need to install the 'main' branch of a private GitHub repository.
Agent
The agent provides the correct git+ssh URL format and guides you through SSH key setup and the installation command.
Gives your agent the ability to write professional, structured commit messages following conventional standards for clear version control history.
Gives your agent the ability to manage complete Git lifecycles, from branch creation and commits to complex merges and conflict resolution.
Gives your agent the ability to manage external Git repositories as submodules within your main project for modular dependency management.
Gives your agent the ability to set up isolated git worktrees for feature development without switching branches in your main workspace.
Gives your agent the ability to analyze your code changes and automatically create semantic Git Flow branches with appropriate naming conventions.
© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.