App::Pinto::Command::merge(3pm) | User Contributed Perl Documentation | App::Pinto::Command::merge(3pm) |
App::Pinto::Command::merge - join two stack histories together
version 0.14
pinto --root=REPOSITORY_ROOT merge [OPTIONS] STACK [INTO_STACK]
!! THIS COMMAND IS EXPERIMENTAL !!
This command joins the history of one stack with another. At present, it is only capable of doing a "fast-forward" merge when the head of STACK is a direct descendant of the head of INTO_STACK.
The first mandatory argument is the name of the stack to merge from. The second optional argument is the name of the stack to merge to. If the second argument is not specified, it defaults to whichever stack is currently marked as the default. Here are some examples:
pinto ... merge dev # Merge the "dev" stack into the default stack pinto ... merge dev prod # Merge the "dev" stack into the "prod" stack
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2022-10-16 | perl v5.34.0 |