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?

Enter image details here

< 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

Popular posts from this blog

Member with no value in F# -

java - Joda Time Interval Not returning what I expect -

c# - Showing a SelectedItem's Property -