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

Adjust repo docs: master branch is replaced by main branch #105

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

florisvdh
Copy link
Member

@florisvdh florisvdh commented Nov 14, 2023

The watina repo has switched its master branch to a main branch.

To continue contributing from your local repo, run following commands in a shell to update the branch name and the tracking relationship:

git checkout master
git branch -m main # updates the name
git branch -u origin/main # updates the tracking relationship
git remote set-head origin -a # make HEAD point to main

These are only local changes; you still need to fetch or pull to get remote commits.

@florisvdh florisvdh merged commit fe50ec2 into main Nov 14, 2023
6 checks passed
@florisvdh florisvdh deleted the docs_main branch November 14, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant