We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Problem: I expected clean: false to not remove any changes I've made and checking out still removes my changes bc it's using --force
clean: false
--force
Question: How do I checkout after I've made changes locally without removing my changes?