Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Cloning mercurial and setting it up in your machine

$ hg clone https://www.mercurial-scm.org/repo/hello
$ cd hello
$ (edit files)
$ hg add (new files)
$ hg commit -m 'My changes'
$ hg push
Source by www.mercurial-scm.org #
 
PREVIOUS NEXT
Tagged: #Cloning #mercurial #setting #machine
ADD COMMENT
Topic
Name
3+5 =