Merge pull request #2852 from sekhavati/sekhavati/svn-revert-recursive

SVN Cheat Sheet: Add command to revert all changes
master
Rob Emery 2016-04-09 18:14:38 +01:00
commit 6b70f7029e
1 changed files with 3 additions and 0 deletions

View File

@ -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\\]\""