dual-remote-push

Community

Push a branch to two remotes in one go.

Authorbakwankawa
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the process of pushing the current Git branch to two remotes (upstream corporate and origin internal), ensuring your activity is mirrored across both repositories for visibility and backup.

Core Features & Use Cases

  • On-demand dual-remote push: Pushes the same branch to both remotes in a single operation.
  • Safe and explicit: Only runs when explicitly invoked and relies on pre-configured remotes named upstream and origin.
  • Use Case: When you need to keep your corporate repo and internal/internal-facing repo synchronized without per-remote commands.

Quick Start

Run the command to push the current branch to both remotes: git push upstream <branch> && git push origin <branch>

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dual-remote-push
Download link: https://github.com/bakwankawa/lazy-code-skill/archive/main.zip#dual-remote-push

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.