docs/src/push.md

changeset 273
c743721d566f
child 282
3070d72f54af
equal deleted inserted replaced
272:b321a3be0a38 273:c743721d566f
1 dav-sync push
2 =============
3
4 **`push [-cld] <directory>`**
5
6 Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server.
7
8 If conflict detection is not disabled, all files that are also modified on the server will be skipped.
9
10 **`-c`** Disable conflict detection. This always overrides files on the server
11
12 **`-l`** Lock the repository before accessing it. After `push` completed, the repository is unlocked
13
14 **`-d`** Don't lock the repository

mercurial