astral-sh / uv

An extremely fast Python package and project manager, written in Rust.
https://docs.astral.sh/uv
Apache License 2.0
25.03k stars 723 forks source link

Automatic Git Repository Initialization for `uv init` Command #7016

Closed akmalsoliev closed 1 month ago

akmalsoliev commented 1 month ago

Implement a feature that automatically initializes a Git repository and generates a .gitignore file when the uv init command is executed. This functionality should mirror the behavior of cargo new or cargo init --vcs in the Cargo package manager for Rust.

zanieb commented 1 month ago

See https://github.com/astral-sh/uv/pull/5476

akmalsoliev commented 1 month ago

See #5476

great! looking forward to it. Should I close this issue or keep it open till the PR is merged?

zanieb commented 1 month ago

We can track here — not sure if there's another issue

charliermarsh commented 1 month ago

Done!