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

Avoid implicitly fetching when adding a new git remote #6990

Merged
merged 2 commits into from Feb 7, 2023

Conversation

mislav
Copy link
Member

@mislav mislav commented Feb 7, 2023

Auto-fetching is not always necessary and it can fail when adding a git remote for a just-created fork since the git objects might not yet be available on the platform.

Fixes #6975

Auto-fetching is not always necessary and it can fail when adding a git remote for a just-created fork since the git objects might not yet be available on the platform.
@mislav mislav requested a review from a team as a code owner February 7, 2023 20:20
@mislav mislav requested review from vilmibm and removed request for a team February 7, 2023 20:20
@cliAutomation cliAutomation added this to Needs review 🤔 in The GitHub CLI Feb 7, 2023
vilmibm
vilmibm approved these changes Feb 7, 2023
The GitHub CLI automation moved this from Needs review 🤔 to Needs to be merged 🎉 Feb 7, 2023
@samcoe samcoe enabled auto-merge (squash) February 7, 2023 21:07
samcoe
samcoe approved these changes Feb 7, 2023
@samcoe samcoe merged commit 14eb873 into trunk Feb 7, 2023
10 checks passed
The GitHub CLI automation moved this from Needs to be merged 🎉 to Pending Release 🥚 Feb 7, 2023
@samcoe samcoe deleted the remote-add-no-fetch branch February 7, 2023 21:22
@github-actions github-actions bot moved this from Pending Release 🥚 to Done 💤 in The GitHub CLI Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
The GitHub CLI
  
Done 💤
Development

Successfully merging this pull request may close these issues.

failed to add remote gh repo fork --remote
3 participants