branch: externals/ssh-deploy commit 3ea14de77c00686c07c244e2cbcb79991cd09440 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Improved README for forced uploads --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f1fba9..35c00c1 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ You can remove the `add-to-list` line if you installed via `MELPA` repository. * Now when you save a file somewhere under the directory `/Users/username/Web/MySite/`, the script will launch and deploy the file with the remote server. * If you press `C-c C-z x` and the current buffer is a file, you will launch a `ediff` session showing differences between local file and remote file via `tramp`, or if current buffer is a directory it will show differences with remote directory using `ztree-diff` via `tramp`. +* If you press `C-c C-z f` you will **force** upload local file or directory to remote host even if they have external changes. * If you press `C-c C-z u` you will upload local file or directory to remote host. * If you press `C-c C-z d` you will download the current file or directory from remote host and then reload current buffer. * If you press `C-c C-z t` you will open a terminal with remote host via `tramp-term`.