Add SVN
This commit is contained in:
parent
763f8ccaa6
commit
b05da77aa4
2 changed files with 8 additions and 0 deletions
|
@ -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
7
src/dev/tools/svn.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# SVN
|
||||
|
||||
## Commit only selected files
|
||||
|
||||
```shell
|
||||
svn commit -m "Message" README src/example/script.pl
|
||||
```
|
Loading…
Reference in a new issue