5 releases

0.1.4 Sep 28, 2019
0.1.3 Sep 28, 2019
0.1.2 Sep 28, 2019
0.1.1 Sep 27, 2019
0.1.0 Sep 27, 2019

#5 in #tor-onion

MIT/Apache

7KB
62 lines

Welcome to git-remote-tor 👋

Version Documentation Twitter: agentofuser

Seamless .onion and tor-ified git remotes

🏠 Documentation

Install

cargo install git-remote-tor

Usage

Prepend tor:: to the remote's URL. Examples:

# clone .onion address
git clone tor::http://3lytcgmoe2j75c6t.onion/ logit

# clone clearnet address
git clone tor::https://github.com/agentofuser/logit.git logit

# add remote to existing repo
git remote add agentofuser tor::https://github.com/agentofuser/logit.git

Then use git fetch, git pull, etc. as you normally would.

For more information (including how to serve a read-only .onion git repo) check out the docs.

Author

👤 Agent of User

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1.5MB
~33K SLoC