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

View File

@ -8,3 +8,4 @@
- [babel and babel-preset-stage-2](./dev/web/front/babel-preset-stage-2.md)
- [Tools](./dev/tools/main.md)
- [Git](./dev/tools/git.md)
- [SVN](./dev/tools/svn.md)

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
```