Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 576 Bytes

code_versioning.md

File metadata and controls

7 lines (6 loc) · 576 Bytes

Questions about code versioning

  • Why is branching with Mercurial or git easier than with SVN?
  • Why merges are easier with Mercurial and git than with SVN and CVS?
  • What are the pros and cons of Distributed Version Control Systems like Git over Centralized ones like SVN?
  • Could you describe GitHub Flow and GitFlow workflows? [A]
  • What's a rebase? [A]