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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

We renamed master branch to main 馃挜 (Migration guide) #488

Open
andygrunwald opened this issue Aug 21, 2022 · 0 comments
Open

We renamed master branch to main 馃挜 (Migration guide) #488

andygrunwald opened this issue Aug 21, 2022 · 0 comments

Comments

@andygrunwald
Copy link
Owner

andygrunwald commented Aug 21, 2022

Hey all,

today we have renamed our default branch master to main.
Why? This is mainly described in https://github.com/github/renaming

How to migrate

If you have a local version of go-jira, here is how you can migrate:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Additional information

This issue is just for informational purposes.
I will close this in a couple of weeks.

@andygrunwald andygrunwald added this to the Road to v2 milestone Aug 21, 2022
@andygrunwald andygrunwald pinned this issue Aug 21, 2022
@andygrunwald andygrunwald changed the title We renamed master branch to main: Migration guide We renamed master branch to main 馃挜 (Migration guide) Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant