Tag: push
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.
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.