Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to checkout a new local branch when checking out a remote branch #54897

Merged
merged 1 commit into from
Sep 12, 2018

Conversation

segevfiner
Copy link
Contributor

This handles the case when no local branch exists. You will get an error if a local branch with the same name already exists. Better behavior for this case can be implemented later.

Fixes #54601

@msftclas
Copy link

msftclas commented Jul 23, 2018

CLA assistant check
All CLA requirements met.

This handles the case when no local branch exists. You will get an error
if a local branch with the same name already exists. Better behavior for
this case can be implemented later.

Fixes microsoft#54601
@kieferrm kieferrm requested a review from joaomoreno July 24, 2018 17:03
@kieferrm kieferrm added the git GIT issues label Jul 24, 2018
@joaomoreno joaomoreno added this to the Backlog milestone Aug 2, 2018
@joaomoreno joaomoreno modified the milestones: Backlog, September 2018 Sep 12, 2018
@joaomoreno joaomoreno merged commit 15344fc into microsoft:master Sep 12, 2018
@joaomoreno
Copy link
Member

joaomoreno commented Sep 12, 2018

Thanks! 🍻

@segevfiner segevfiner deleted the checkout-new-remote-branch branch November 4, 2018 19:24
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
git GIT issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't checkout new remote branch locally when two remotes have that same branch
4 participants