Need add a option use force-upload on save
vaxilicaihouxian opened this issue · 4 comments
vaxilicaihouxian commented
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!
cjohansson commented
Sure, I'll add it soon
vaxilicaihouxian commented
Sure, I'll add it soon
Thx.
cjohansson commented
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
vaxilicaihouxian commented
Added in this commit you just need to set the variable
ssh-deploy-force-on-explicit-save
to1
globally, per-directory or per-file
Awesome!