I have worked on a file in Directory A. There is a file with the same name in directory B which is an older version of that same file. I rsync everything from B to A.

What happens to my work in the file in directory A?

  • Lemmyin
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    I have no idea what types of files these are but it could turn out that you should rather use Git and push/pull from both sides which could works better.

    Just a suggestion :)