0

I wonder if someone can clarify what the following git actions do:

  1. What happens when we checkout master and git merge feature?
  2. What happens when we checkout master and git rebase feature?
  3. What is the difference between the two, and in what situations would I use each of them?
knittl
  • 246,190
  • 53
  • 318
  • 364
Eddie Lam
  • 579
  • 1
  • 5
  • 22
  • 1
    See [Git workflow and rebase vs merge questions](https://stackoverflow.com/q/457927/1256452) (read the whole thing, despite how long it is) and then see what questions you have left. – torek Jun 01 '21 at 09:36
  • @torek roger that – Eddie Lam Jun 01 '21 at 09:39

0 Answers0