dvcs overview

7
ОБЗОР DVCS НА ПРИМЕРЕ MERCURIAL Алексей Серый [email protected]

Upload: miniq-epam-systems-inc

Post on 14-Dec-2014

119 views

Category:

Documents


1 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Dvcs overview

ОБЗОР DVCSНА ПРИМЕРЕ MERCURIAL

Алексей Серый

[email protected]

Page 2: Dvcs overview

DVCS & client-server VCS

client-server VCS: CVS, Subversion, Perforce

DVCS: Git, Mercurial, other unpopular stuff that no one knows

Page 3: Dvcs overview

Where to try• Mercurial – https://bitbucket.org/

• Git – https://github.com/

• Locally – console, IDE plugins

Page 4: Dvcs overview

Mercurial – DVCS

• Decentralization – safe

• Branching – easy

• Merge - painless

Page 5: Dvcs overview

Mercurial commandsMost used commands – single repo

• hg init

• hg add

• hg commit

• hg revert

• hg status

• hg update

Page 6: Dvcs overview

Mercurial commands

Work in team – multiple repo

• hg push

• hg pull

• hg merge

Page 7: Dvcs overview

Live demo! No SMS! No registration!