# blat
[](https://crates.io/crates/blat)
[](https://docs.rs/blat)

[](https://nogithub.codeberg.page)
bluetooth git remote helper
## install
`cargo install blat`
## use
While in the folder of the repo that is to be shared:
```sh
$ blat
```
Then from the clients, either clone or use the remote url given by the host:
```sh
git clone blat::<bluetooth id>
```