cg-restore - restore removed/changed files in the working tree
cg-restore [FILE]…
Restore given files to their original state. Without any parameters, it recovers any files removed locally whose removal was not recorded by cg-rm(1).
If passed a set of file names, it restores those files to their state as of the last commit (including bringing files removed with cg-rm(1) back to life; FIXME: does not do that part yet).
This command is complementary to the cg-reset(1) command, which forcefully abandons all the changes in the working tree and restores everything to a proper state (including unseeking, cancelling merge in progress and rebuilding indexes).
Print usage help.
Copyright © Petr Baudis, 2005