I have two repositories, dev and testing. In dev, I have made several commits since the last click on testing. However, now I want to postpone all these commits, make changes, push them to testing, and then return these commits. The rack only works with uncommitted files.
What should I do? Roll back or roll back or return each commit in reverse order? Rename dev, clone testing on dev, make changes, click on testing, click on renamed dev, delete dev, rename renamed dev back to dev?
What is the cleanest / easiest way to do this?
source share