Tag: submodule
Git skill to push current branch to origin
This skill pushes the current git branch to the configured origin remote. It supports scoping operations to specific submodules, ensuring the push workflow is executed correctly within nested repositories.
Comprehensive Git Pull and Environment Setup
This skill performs a full repository synchronization by committing local changes, pulling the latest origin commits, resolving merge conflicts, and executing necessary environment setup scripts, including dependency installation.
Automated repository release and deployment workflow
This skill automates the entire release cycle, merging the development branch into main, and detecting whether the release is a planned milestone or an incremental patch. It manages semantic versioning, tags the repository, and executes dep…
Structured git commit management for monorepos
This tool automates structured committing across complex monorepos, ensuring all submodules and the main repository adhere to a detailed, multi-section commit message format. It manages commit scope via parameters and includes robust push r…
Push current git branch to origin or submodule
This skill pushes the current git branch to the configured origin remote, performing comprehensive checks for remote existence and unpushed commits. It also supports scoping the entire push workflow to a specified submodule directory.
Comprehensive Git pull and setup workflow
This skill executes a robust Git pull workflow, ensuring local changes are committed before fetching and merging remote updates. It concludes by detecting and running necessary setup scripts, including dependency installation and environmen…
Structured Git Committing for Submodules and Repos
This skill automates complex commit workflows across a main repository and its submodules. It supports targeted commits (repo-only or single submodule) or full commits, ensuring all commit messages adhere to a mandatory, detailed analysis f…