diff --git a/share/goodie/cheat_sheets/json/svn.json b/share/goodie/cheat_sheets/json/svn.json index 4ffbcd76b..c90fc66c9 100644 --- a/share/goodie/cheat_sheets/json/svn.json +++ b/share/goodie/cheat_sheets/json/svn.json @@ -45,6 +45,9 @@ }, { "val": "Revert changes made to file", "key": "svn revert \\[file\\]" + }, { + "val": "Revert all changes", + "key": "svn revert -R ." }, { "val": "Send changes made in working copy to the repository", "key": "svn commit -m \"\\[descriptive commit message\\]\""