diff -r ddb5e8f2a43d -r 3070d72f54af docs/html/push.html --- a/docs/html/push.html Sat Aug 05 11:33:17 2017 +0200 +++ b/docs/html/push.html Sat Aug 05 13:35:27 2017 +0200 @@ -68,9 +68,9 @@
push [-cld] <directory>
Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server.
If conflict detection is not disabled, all files that are also modified on the server will be skipped.
--c
Disable conflict detection. This always overrides files on the server
-c
Disable conflict detection. This always overwrites files on the server
-l
Lock the repository before accessing it. After push
completed, the repository is unlocked
-d
Don't lock the repository
-d
Don't lock the repository (default)