Guest User

Untitled

a guest
Mar 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Branch Mainline :
  2.  
  3. commit A [introduced after I branched to dev from mainline]
  4. commit B
  5. commit C
  6. .... so on
  7.  
  8. Branch Dev:
  9.  
  10. Commit P [not pushed to remote]
  11. Commit Q [not pushed to remote]
  12. more than 10 different commits in between [pushed to remote dev branch]
  13. Commit B [Based on mainline]
  14.  
  15. Required result in Branch Mainline:
  16.  
  17. Commit allDev [A single commit with everything from the dev branch after Commit B ]
  18. Commit A [This might need a merge commit since overlapping code from dev]
  19. Commit B
  20. Commit C
  21. ... so on
Add Comment
Please, Sign In to add comment