dvcs overview

Post on 14-Dec-2014

119 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

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

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

aliaksei_sery@epam.com

DVCS & client-server VCS

client-server VCS: CVS, Subversion, Perforce

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

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

• Git – https://github.com/

• Locally – console, IDE plugins

Mercurial – DVCS

• Decentralization – safe

• Branching – easy

• Merge - painless

Mercurial commandsMost used commands – single repo

• hg init

• hg add

• hg commit

• hg revert

• hg status

• hg update

Mercurial commands

Work in team – multiple repo

• hg push

• hg pull

• hg merge

Live demo! No SMS! No registration!

top related