gmash mono push

Usage

gmash mono push -r [repo] -b [branch]

Brief

Push changes in the mono repo to a sub project’s remote.

Parameters:

-p --path <prefixPath>
    Subtree prefix path in the monorepo.

-r --remote <subtreeRemote>
    Target subtree remote alias.

-B --tgtbr <subtreeBranch>
    Target subtree branch.

-t --tempbr <tempBranch>
    Name of the temp worktree branch to create for the push operation. (Prefer not to set manually)

-T --tempdir <tempPath>
    Path to temp worktree directory to create for the push operation. (Prefer not to set manually)

-a --all
    Patch all known subtrees in the mono repo.

-P --make-pr
    Make a pull request on GitHub with the patched changes.

-s --squash
    Squash strategy when merging subtree changes. Must be consistent with the previous pull of the subtree.

Display:

-h --help
    Display gmash, command or subcommand help. Use -h or –help.

-v --version [v0-0-0]
    Display command group version.


This site uses Just the Docs, a documentation theme for Jekyll.