When a requirement of new feature or bugfix is coming
- Create branch from
develop
branch. - Happy coding;), daily commit, merge from
develop
and resolve conflicts. - If completed, create a
pull request
for other developers to review. - Waiting for others'
approve
andmerge
actions. - Done or keep improving.
I worked half a day, and turns out I'm not working on the right branch. :(
Don't be upset, all you need to do is to convert uncommited changes into a patch file.
- Stage modifications.
- Create a patch for staged files, save it anywhere you can locate.
- Extract the patch to your own branch.
网友评论