Pushing from local repository to BitBucket

Greg Ward greg at gerg.ca
Fri Sep 14 01:31:40 UTC 2012


On 13 September 2012, Jonathan Hayward said:
> From the Linux command line or from crontab, how can I push changes from a
> local repository to BitBucket?

Same way as you push to any other remote repository:

  hg push url-of-remote-repository

Last time I checked, Bitbucket supports push over SSH and HTTPS. You
can get the URL from your repo page (https://bitbucket.org/USER/REPO).

       Greg



More information about the Mercurial mailing list