Closed manzt closed 3 weeks ago
We already supported git sources with add, but this PR adds some additional uv flags for convenience:
add
--branch
--tag
--rev
juv add Untitled.ipynb git+https://github.com/encode/httpx --branch master
We already supported git sources with
add
, but this PR adds some additional uv flags for convenience:--branch
a branch for the source--tag
a tag for the source--rev
a revision for the source