Tue, 16 Sep 2008 21:51:50 +0200
Add typical mercurial commands to remember.
michael@1 | 1 | Pour cloner un dépôt privé: |
michael@1 | 2 | $ hg clone https://user@hg.domain.tld/depotprive |
michael@1 | 3 | |
michael@1 | 4 | Pour mettre à jour ce même dépôt: |
michael@1 | 5 | $ hg push https://user@hg.domain.tld/depotprive |