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?
2

0

Browse other questions tagged or ask your own question.