Skip to content
Snippets Groups Projects
Commit e734817d authored by Shawn O. Pearce's avatar Shawn O. Pearce
Browse files

git-gui: Added revert changes command.


Users sometimes need to be able to throw away locally modified files
in order to go back to the last committed version of that file.  To
perform a revert the user must first uninclude each file from the new
commit as the working file must at least partially match the index,
and we use git-checkout-index to update the working directory.

Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
parent 4c2035d5
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment