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

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -