Install
npm install -g huggit
01. Initialization
Run the initialization command inside your local git repository. Huggit will guide you through connecting your origin repos.
Command
huggit init
- Config Discovery Automatically identifies your git context and prompts for repository identifiers.
-
Security
Creates a
.huggitconfiguration and offers to add it to your.gitignoreautomatically.
02. Deployment
Push your staged changes to both platforms simultaneously. No more manual remote management.
Command
huggit push
- Branch Detection Intelligently detects your current branch and ensures both platforms stay in sync.
- Atomic Sync Sequentially handles authentication and pushing for robust performance.