Add functionality to clone repositories with branch management #24268
Angelk90
started this conversation in
Feature Ideas / Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add the ability to clone Git repositories via URL, with advanced branch management.
When a repository contains more than one branch, the user should be able to choose between the following options:
This feature will improve management and workflow, saving time when working with repositories that contain many branches.
Desired behavior:
Advanced options:
--depth 1
) to save time and space, if not all historical commits are needed.When cloning via ssh, it allows you to select user and will change url like this:
git@github.com-user1:zed-industries/zed.git
~/.ssh/config
:Beta Was this translation helpful? Give feedback.
All reactions