C# ASP.NET SQL SERVER

Mercurial Commit Push Pull Update

I'm just starting to wrap my head around Mercurial and feel that this is the best diagram that I've seen that explains the push/pull commit/update model.

 To get or retrieve changes from your working directory to the "server" directory is always a two step process.

To "check-in" you will commit your changes to your local repository and then push them to the server.

To "get latest" you will pull from the server and then update to your working directory.

Mercurial Push Pull Model

Source: http://www.ivy.fr/mercurial/ref/v1.0/Mercurial-QuickStart-v1.0-300dpi.png

» Similar Posts

  1. Even Faster Web Sites
  2. Belkin N+ Wireless Router
  3. Open Source Software Stupid Tax

» Trackbacks & Pingbacks

    No trackbacks yet.
Trackback link for this post:
http://guyellisrocks.com/trackback.ashx?id=244

» Comments

  1. Anonymous avatar

    Thanx. Good diagram!

    Anonymous — March 18, 2011 1:27 PM

» Leave a Comment