KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Solutions How to make externally-changed files tracked by Kx Developer Re: How to make externally-changed files tracked by Kx Developer

  • davidcrossey

    Member
    July 5, 2022 at 12:00 am

    Hi Darren,

    Developer has unidirectional change management with the OS. Only changes from the UI are reflected on disk, not the other way around.

    The current workflow to edit files outside of developer and have them be changed is git ops.

    You clone a separate copy of your repository, make your edits, commit and push. Then within Developer, do the reverse. You pull the changes to see them update in the tree.