I got annoyed doing this by hand/vim every time. Here you go.
```
bevy-patch git --tag v0.0.2
bevy-patch git --branch thingy
bevy-patch git --repo github.com/aceeri/bevy --branch my_branch
bevy-patch path ../bevy
```
Can just do:
```
cargo install bevy-patch
```