Merge pull request #2852 from sekhavati/sekhavati/svn-revert-recursive
SVN Cheat Sheet: Add command to revert all changesmaster
commit
6b70f7029e
|
@ -45,6 +45,9 @@
|
||||||
}, {
|
}, {
|
||||||
"val": "Revert changes made to file",
|
"val": "Revert changes made to file",
|
||||||
"key": "svn revert \\[file\\]"
|
"key": "svn revert \\[file\\]"
|
||||||
|
}, {
|
||||||
|
"val": "Revert all changes",
|
||||||
|
"key": "svn revert -R ."
|
||||||
}, {
|
}, {
|
||||||
"val": "Send changes made in working copy to the repository",
|
"val": "Send changes made in working copy to the repository",
|
||||||
"key": "svn commit -m \"\\[descriptive commit message\\]\""
|
"key": "svn commit -m \"\\[descriptive commit message\\]\""
|
||||||
|
|
Loading…
Reference in New Issue