We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@jrbourbeau and I are in the process of moving the default branch for this repo from master to main.
Once the name on github is changed (the first box above is Xed, or this issue closed), when you try to git pull you'll get
git pull
Your configuration specifies to merge with the ref 'refs/heads/master' from the remote, but no such ref was fetched.
First: head to your fork and rename the default branch there Then:
git branch -m master main git fetch origin git branch -u origin/main main
The text was updated successfully, but these errors were encountered:
master
main
No branches or pull requests
@jrbourbeau and I are in the process of moving the default branch for this repo from master to main.
What you'll see
Once the name on github is changed (the first box above is Xed, or this issue closed), when you try to
git pull
you'll getYour configuration specifies to merge with the ref 'refs/heads/master' from the remote, but no such ref was fetched.
What you need to do
First: head to your fork and rename the default branch there
Then:
The text was updated successfully, but these errors were encountered: