I think the uncommitted changes section is some git diff
output. I think you can google on how to use it 🙂
Yes exactly, but I guess I could've googled for that 😅
Copy the uncommitted changes captured by ClearML using the UI, write to changes.patch
, run git apply changes.patch
👍
Do you mean to copy paste the uncommitted changes section and apply it to some local environment regardless of ClearML?