1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 21:15:25 +02:00

svn: add log example (#2565)

This commit is contained in:
Hugo Locurcio 2018-11-08 20:15:18 +01:00 committed by Owen Voke
parent 71af945cf2
commit 738c6e3013

View file

@ -18,6 +18,10 @@
`svn ci -m {{commit log message}} {{[PATH...]}}`
- Display changes from the last 10 revisions, showing modified files for each revision:
`svn log -vl {{10}}`
- Show detailed help:
`svn help`