Would be cool to let it get untracked as well, especially if we want to as an option
How would you decide what should be tracked?
Is it only for modified changes and not untracked files?
basically everything that "git diff" will output.
Then the agent will re-apply it on a remote machine
Anything that is shown in git status as untracked? So ignore .gitignored. and maybe a oaram or config to say include untracked. Anyway, it's only a nice to have feature.
Ok, got it thanks. Would be cool to let it get untracked as well, especially if we want to as an option