cg-reset - resets the state of the working tree
cg-reset
Reverts the working tree to a consistent state before any changes to it (including merges etc.) were done. This command will rebuild the state of the tree according to the commit of .git/refs/heads/master, so if your working tree got into basically any inconsistent state, this will cure it.
Basically, this is the opposite of cg-commit(1) in some sense.
This command is complementary to cg-restore(1), which only brings individual files in sync with their state at the time of the last commit.
Print usage help.
Copyright © Petr Baudis, 2005