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
The program is like this: I move folder "1", which contains the properties file, to folder "2" and push that. At the same time, I transfer the same folder to folder 3 on another device, and after syncing, it is present in both folder 2 and folder 3. I don't want it like this. and only the latest changes (transfer to folder 3) should be applied.
Can anyone guide me?
The text was updated successfully, but these errors were encountered:
I wrote my code in this way, but it only works for content and not for folders :
PullResult pullResult = git.pull().setStrategy(MergeStrategy.RECURSIVE).setContentMergeStrategy(ContentMergeStrategy.OURS).setCredentialsProvider(cp).call();
The program is like this: I move folder "1", which contains the properties file, to folder "2" and push that. At the same time, I transfer the same folder to folder 3 on another device, and after syncing, it is present in both folder 2 and folder 3. I don't want it like this. and only the latest changes (transfer to folder 3) should be applied.
Can anyone guide me?
The text was updated successfully, but these errors were encountered: