I’ve been working on a number of different project files, some new and some old. Is there a usual/normal/acceptable method of staging a checkin so that other developers can take a look and QA the code?
I don’t want to fully commit/checkin the code as some of it is half baked, but would like some other developers to take a look…
You can commit to a different branch, and then merge into
masterwhen the code has been tested by others.Your workflow:
Their workflow:
After the code is tested