README: add Hg demo

This commit is contained in:
Roman Zeyde
2016-11-08 21:42:50 +02:00
parent d22cd7512d
commit 176bf4ef7c

View File

@@ -47,7 +47,7 @@ Run:
Make sure to confirm SSH signature on the Trezor device when requested.
## Accessing remote Git repositories
## Accessing remote Git/Mercurial repositories
Use your SSH public key to access your remote repository (e.g. [GitHub](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/)):
@@ -61,6 +61,10 @@ Replace `git` with `git_hub` for remote operations:
$ git_hub push origin master
The same works for Mercurial (e.g. on [BitBucket](https://confluence.atlassian.com/bitbucket/set-up-ssh-for-mercurial-728138122.html)):
$ trezor-agent -v -e ed25519 git@bitbucket.org -- hg push
# Troubleshooting