mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
![]() ## Summary Similiar to `cargo init --vcs <VCS>`, this PR adds the `--vcs <VCS>` flag for `uv init`, allowing to create a version control system during initialization. By default, `uv init` will create a Git repository if the `--vcs` flag is not provided. Use `--vcs none` to disable this feature. Currently, only Git is supported. While Cargo also supports hg, pijul, and fossil, this initial PR only includes Git. We can add more later if there are any user requests. --------- Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |