Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 299 Bytes

File metadata and controls

20 lines (16 loc) · 299 Bytes

Solution

Steps:

  1. git commit
  2. git checkout c1
  3. git branch test
  4. git checkout test
  5. git commit
  6. git commit
  7. git checkout c3
  8. git checkout -b feature
  9. git commit
  10. git checkout test
  11. git merge feature
  12. git branch -D feature

Result: