Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide option to not "clean" files that are remote #1

Open
erichelgeson opened this issue Apr 12, 2015 · 1 comment
Open

Provide option to not "clean" files that are remote #1

erichelgeson opened this issue Apr 12, 2015 · 1 comment

Comments

@erichelgeson
Copy link

The current behavior in 0.1.1 is to do something like a git clean -idx on the remote dir when pushing.

It would be nice to optionally have the ability to keep adding files (as 0.1.0 behaved).

If you have 2 nodes, and each could modify a file under /path, eg /path/node1.json and /path/node2.json there will be a race condition on who pulled/pushed when. If node2 hasn't modified node1.json, but node1 has, a push on either should preserve the node1.json and add any new nodeX.json files.

@foostan
Copy link
Owner

foostan commented Jul 1, 2015

Sorry to reply late...

Thank you for your issue.
Please pull request if you can do it 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants