mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
Fix #281: Consistent description styles
This commit is contained in:
parent
3be95142ed
commit
9cf1a5761d
@ -1,20 +1,20 @@
|
|||||||
## update working copy from repository
|
# update working copy from repository
|
||||||
svn update "/path"
|
svn update "/path"
|
||||||
|
|
||||||
## show changed files in working copy
|
# show changed files in working copy
|
||||||
svn status
|
svn status
|
||||||
|
|
||||||
## show what changed in local file
|
# show what changed in local file
|
||||||
svn diff "/path/filename"
|
svn diff "/path/filename"
|
||||||
|
|
||||||
## add files or folders
|
# add files or folders
|
||||||
svn add "path/item"
|
svn add "path/item"
|
||||||
|
|
||||||
## revert local uncommited changes
|
# revert local uncommited changes
|
||||||
svn revert "/path/file"
|
svn revert "/path/file"
|
||||||
|
|
||||||
## commit changes to repo
|
# commit changes to repo
|
||||||
svn commit -m "message" "/path"
|
svn commit -m "message" "/path"
|
||||||
|
|
||||||
## show help for 'svn diff'
|
# show help for 'svn diff'
|
||||||
svn help diff
|
svn help diff
|
||||||
|
Loading…
Reference in New Issue
Block a user