cjohansson/emacs-ssh-deploy

Need add a option use force-upload on save

vaxilicaihouxian opened this issue · 4 comments

I know there is an option like this:

(ssh-deploy-on-explicit-save 1)

I need an option like that but with force parameter.
May be ssh-deploy-force-on-explicit-save.
Can you add this feature?
Thx!

Sure, I'll add it soon

Sure, I'll add it soon

Thx.

Added in this commit you just need to set the variable ssh-deploy-force-on-explicit-save to 1 globally, per-directory or per-file

Added in this commit you just need to set the variable ssh-deploy-force-on-explicit-save to 1 globally, per-directory or per-file

Awesome!