Mercurial > hg > mercurial-talk
changeset 126:96a338cffe01
Slide on central commands.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 23 Mar 2010 23:35:31 +0100 |
parents | b56c8e1fc385 |
children | 3a708306d42a |
files | mercurial.tex |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial.tex +++ b/mercurial.tex @@ -276,6 +276,22 @@ \end{tikzpicture} \end{frame} +\begin{frame}{Central Commands} + Local commands: + \begin{itemize} + \item \cmd{hg init}: create a new empty repository. + \item \cmd{hg commit}: save your changes in the current repository. + \item \cmd{hg merge}: join different lines of history. + \end{itemize} + + Network commands: + \begin{itemize} + \item \cmd{hg clone}: retrieve initial copy of another repository. + \item \cmd{hg pull}: retrieve changesets from another repository. + \item \cmd{hg push}: send your changesets to another repository. + \end{itemize} +\end{frame} + \begin{frame}{Centralized Revision Control} Subversion uses a single server: \begin{center}