feature branch into main?
2 branches (main, and feature). I want the main branch to be updated and include the newly implemented and working feature branch
4 Replies
so whilst im inside the feature branch
i do (merge into main)?
right to accomplish this right?
so like my current branch is : the feature one
and then i do merge into (main)
you'd switch to main, pull from origin, then merge the feature branch
o
so merge
the feature branch into main
by being currently in main
and then merging
yes