stg-reset (1)
Leading comments
Title: stg-reset Author: [FIXME: author] [see http://docbook.sf.net/el/author] Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> Date: 03/27/2014 Manual: StGit Manual Source: StGit Language: English
NAME
stg-reset - Reset the patch stack to an earlier stateSYNOPSIS
stg reset [options] [--] [<state> [<patchnames>]]
DESCRIPTION
Reset the patch stack to an earlier state. If no state is specified, reset only the changes in the worktree.The state is specified with a commit id from a stack log; "stg log" lets you view this log, and "stg reset" lets you reset to any state you see in the log. If one or more patch names are given, reset only those patches, and leave the rest alone.
OPTIONS
--hard
- Discard changes in your index/worktree.