2021年2月5日星期五

How may I develop two features simultaneously with Git branching?

Suppose I wish to work on two features A and B. I created two corresponding branches dev-A and dev-B (in addition to the master development branch). Whenever I make changes in a branch, do I need to commit my changes before checking out to another? If so, is there any workaround for this?

https://stackoverflow.com/questions/66072788/how-may-i-develop-two-features-simultaneously-with-git-branching February 06, 2021 at 09:40AM

没有评论:

发表评论