Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agentofuser/git-remote-tor
Seamless .onion and tor-ified git remotes
https://github.com/agentofuser/git-remote-tor
cli git git-remote git-remote-helper onion onion-services p2p peer-to-peer rust
Last synced: 15 days ago
JSON representation
Seamless .onion and tor-ified git remotes
- Host: GitHub
- URL: https://github.com/agentofuser/git-remote-tor
- Owner: agentofuser
- Created: 2019-09-27T09:23:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T12:53:55.000Z (about 5 years ago)
- Last Synced: 2024-10-08T03:38:43.663Z (about 1 month ago)
- Topics: cli, git, git-remote, git-remote-helper, onion, onion-services, p2p, peer-to-peer, rust
- Language: Rust
- Homepage: https://agentofuser.com/git-remote-tor/
- Size: 11.7 KB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to git-remote-tor 👋
> Seamless .onion and tor-ified git remotes
### 🏠 [Documentation](https://agentofuser.com/git-remote-tor/)
## Install
```sh
cargo install git-remote-tor
```## Usage
Prepend `tor::` to the remote's URL. Examples:
```sh
# 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](https://agentofuser.com/git-remote-tor/).## Author
👤 **Agent of User**
* Keybase: [@agentofuser](https://keybase.io/agentofuser)
* Twitter: [@agentofuser](https://twitter.com/agentofuser)
* Github: [@agentofuser](https://github.com/agentofuser)## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/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.