SVN Cheat Sheet: Add command to revert all changes
parent
2a19cbff07
commit
2c6cb7a17f
|
@ -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\\]\""
|
||||
|
|
Loading…
Reference in New Issue