analog of 'git commit; git pull origin; git push origin'
Marcin Kasperski
Marcin.Kasperski at softax.com.pl
Thu May 10 13:13:25 UTC 2007
> git commit; git pull origin; git push origin
>
> What is hg equivalent for that ?
(git commit)
hg commit
(git pull origin)
hg pull
hg update
(git push origin)
hg push
More information about the Mercurial
mailing list