git - How do undo a merge or move my master branch forward? -
I have two branches:
Master AddEmailPickUpService
I addmaster to AddEMailService Before joining some of the commitments I should have added the AddEmailService to the Master How do I get a Master for AddEmailService?
< Div Class = "post-text" itemprop = "text">
Simply merge the branch into master
:
& gt; GIT Checkout Master & gt; Git Merge AddEmailPickUpService
This should be done faster
Comments
Post a Comment