diff options
author | http://droggl.myopenid.com/ <http://droggl.myopenid.com/@web> | 2013-08-14 05:27:41 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-14 05:27:41 +0000 |
commit | b98bcce79c526e673570cb3ef8950071297896ab (patch) | |
tree | 7165c088eafdb8ed21cbed186315ec7067462953 /doc/tips | |
parent | 425c7032a070f063765452f524364d6801cfafea (diff) |
Another typo
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/Decentralized_repository_behind_a_Firewall.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn b/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn index 1c99070d9..6a9eb241b 100644 --- a/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn +++ b/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn @@ -19,7 +19,7 @@ You can now add your *on-the-go* computer as a remote on your *home* computer. U ssh-keygen -t rsa ssh-copy-id "me@localhost -p 2201" cd ~/annex - git annex remote add on-the-go ssh://me@localhost:2201/home/myuser/annex + git remote add on-the-go ssh://me@localhost:2201/home/myuser/annex Now you can run normal annex operations, as long as the port forwarding shell is runningĀ³. |