You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set strsync.remote_is_master to false, because my local is the master, and I just want to sync local to remote. However, the remote still sync files to local. What's the problem?
"strsync.local_path": "its my local project path",
"strsync.hosts": the remote host settings,
"strsync.check_remote_git": false,
"strsync.delete_slave": true,
"strsync.remote_is_master": false,
"strsync.use_path": true
The text was updated successfully, but these errors were encountered:
Sorry, I'm away from my dev environment. I'm going to have to look into it, but it's probably a bug, the remote-as-master setting was very little tested.
I hope to have a chance to test this before the weekend.
Thank you very much for the report.
hi, thank you for your nice project.
I have set
strsync.remote_is_master
to false, because my local is the master, and I just want to sync local to remote. However, the remote still sync files to local. What's the problem?The text was updated successfully, but these errors were encountered: