From 2c6cb7a17f20a92fa6cdfdea9b72059176965775 Mon Sep 17 00:00:00 2001 From: Amir Sekhavati Date: Sat, 9 Apr 2016 16:32:18 +0000 Subject: [PATCH] SVN Cheat Sheet: Add command to revert all changes --- share/goodie/cheat_sheets/json/svn.json | 3 +++ 1 file changed, 3 insertions(+) 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\\]\""