Mercurial

From Carpet Workshop
Revision as of 14:30, 25 August 2010 by Mundim (talk | contribs) (Created page with 'Useful commands for Mercurial: * hg clone * hg pull * hg update * hg rebase --> hold your local change, update and then commit your changes * .hgrc * hg commit --> to your ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Useful commands for Mercurial:

  • hg clone
  • hg pull
  • hg update
  • hg rebase --> hold your local change, update and then commit your changes
  • .hgrc
  • hg commit --> to your local repository only
  • hg push --> to the remote repository
  • hg record
  • GUI MacHg