This commit is contained in:
Wilfried OLLIVIER 2017-11-02 14:21:45 +01:00
parent 763f8ccaa6
commit b05da77aa4
2 changed files with 8 additions and 0 deletions

7
src/dev/tools/svn.md Normal file
View file

@ -0,0 +1,7 @@
# SVN
## Commit only selected files
```shell
svn commit -m "Message" README src/example/script.pl
```