SVN Cheat Sheet: Add command to revert all changes

master
Amir Sekhavati 2016-04-09 16:32:18 +00:00
parent 2a19cbff07
commit 2c6cb7a17f
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\\]\""