Code version Flashcards
1
Q
Branching in HG and in Git:
Why is branching with Mercurial or git easier than with SVN?
A
2
Q
DVCS:
What are the pros and cons of distributed version control systems like Git over centralized ones like SVN?
A
3
Q
GitFlow and GitHubFlow:
Could you describe GitHub Flow and GitFlow workflows?
A
4
Q
Rebase:
What’s a rebase?
A
5
Q
Merging in HG and in Git:
Why are merges easier with Mercurial and Git than with SVN and CVS?
A