You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new branch from the main branch and name it feature.
Now, merge the checkpoint-2 branch into the bug branch.
After this, you have to bring the changes of only the Addition of two numbers commit that you did in the bug branch previously. The changes should be transferred such that, the feature branch should differ from the main branch only by one commit which is the Addition of two numbers commit i.e. you have to just copy and paste the Addition of two numbers commit on the top of the feature branch with the changes.
Finally, push both your bug and feature branch and make a PR from the feature branch.
PS: Avoid merge and merge conflicts commits.
The text was updated successfully, but these errors were encountered:
Create a new branch from the main branch and name it
feature
.Now, merge the
checkpoint-2
branch into thebug
branch.After this, you have to bring the changes of only the
Addition of two numbers
commit that you did in thebug
branch previously. The changes should be transferred such that, the feature branch should differ from themain
branch only by one commit which is theAddition of two numbers
commit i.e. you have to just copy and paste theAddition of two numbers
commit on the top of thefeature
branch with the changes.Finally, push both your
bug
andfeature
branch and make a PR from thefeature
branch.PS: Avoid merge and merge conflicts commits.
The text was updated successfully, but these errors were encountered: