App::Pinto::Command::reset(3pm) | User Contributed Perl Documentation | App::Pinto::Command::reset(3pm) |
App::Pinto::Command::reset - reset stack to a prior revision
version 0.14
pinto --root=REPOSITORY_ROOT reset [OPTIONS] REVISION
!! THIS COMMAND IS EXPERIMENTAL !!
This command moves the head of the stack to a prior revision, thereby discarding subsequent revisions. See the revert command to restore the stack to a prior revision by creating a new revision.
The arguments are the name of the stack and the id of the revision to reset to. If the stack is not specified, then it defaults to whichever stack is currently marked as the default. The stack can also be specified using the "--stack" option. Some examples:
pinto ... reset af01256e # Reset default stack to revision af01256e pinto ... reset mystack af01256e # Reset mystack to revision af0125e
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 |