ZIm/crates/git_ui
Anthony Eid 62270b33c2
git: Add ability to clone remote repositories from Zed (#35606)
This PR adds preliminary git clone support through using the new
`GitClone` action. This works with SSH connections too.

- [x] Get backend working
- [x] Add a UI to interact with this

Future follow-ups:
- Polish the UI
- Have the path select prompt say "Select Repository clone target"
instead of “Open”
- Use Zed path prompt if the user has that as a setting
- Add support for cloning from a user's GitHub repositories directly

Release Notes:

- Add the ability to clone remote git repositories through the `git:
Clone` action

---------

Co-authored-by: hpmcdona <hayden_mcdonald@brown.edu>
2025-08-11 15:09:38 +00:00
..
src git: Add ability to clone remote repositories from Zed (#35606) 2025-08-11 15:09:38 +00:00
Cargo.toml git_panel: Improve toast messages for push/pull/fetch (#35092) 2025-08-04 18:20:20 -04:00
LICENSE-GPL Add placeholder git panel (#21894) 2024-12-11 22:13:52 -05:00