1. blueprint-split(1)
  2. Blueprint
  3. blueprint-split(1)

NAME

blueprint-split - split one blueprint into two others interactively

SYNOPSIS

blueprint split [-m message] [-q] src dest-a dest-b

DESCRIPTION

blueprint-split interactively splits src into dest-a and dest-b. Each resource is presented to the user and the user must indicate which destination blueprint will receive the resource by typing a unique prefix of the destination blueprint's name.

The input provides full readline(3) support but may not be piped from some other source.

OPTIONS

-m message, --message=message
Commit message.
-q, --quiet
Operate quietly.
-h, --help
Show a help message.

FILES

~/.blueprints.git
The local repsitory where blueprints are stored, each on its own branch.

THEME SONG

The Flaming Lips - "The W.A.N.D. (The Will Always Negates Defeat)"

AUTHOR

Richard Crowley richard@devstructure.com

SEE ALSO

Part of blueprint(1).

  1. DevStructure
  2. December 2011
  3. blueprint-split(1)