From 176bf4ef7c644ebbee12aa7b31a5f17e6678be44 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 8 Nov 2016 21:42:50 +0200 Subject: [PATCH] README: add Hg demo --- README-SSH.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README-SSH.md b/README-SSH.md index 36bd07e..6cf813b 100644 --- a/README-SSH.md +++ b/README-SSH.md @@ -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