Tag: submodule

Type: All Skills Tools
skill ★ 23

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.

markmhendrickson/neotoma git push submodule version-control
skill ★ 23

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.

markmhendrickson/neotoma git-pull sync submodule setup
skill ★ 23

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…

markmhendrickson/neotoma release-management semver deployment git-workflow
tool ★ 23

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…

markmhendrickson/neotoma git submodule commit monorepo
skill ★ 23

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.

markmhendrickson/neotoma git push submodule version-control
skill ★ 23

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…

markmhendrickson/neotoma git-pull submodule setup-scripts git-workflow
skill ★ 23

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…

markmhendrickson/neotoma git submodule commit workflow