Main branch has been renamed to.. main #117
Replies: 2 comments 5 replies
-
Resume normal programming on desktop… Except web has had a stroke:
What the actual FOSS, GitHub?
From: BJReplay ***@***.***>
Reply to: BJReplay/ha-solcast-solar ***@***.***>
Date: Friday 9 August 2024 at 19:11
To: BJReplay/ha-solcast-solar ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [BJReplay/ha-solcast-solar] Main branch has been renamed to.. main (Discussion #117)
As the title says, I have bitten the bullet, and renamed the main branch to main
Assuming that you have a git command line client that you are familiar with, this is what you need to do to get back in sync:
git branch -m v4.1 main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
5 replies
-
Closing - this happened long enough ago that people who need to know already know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title says, I have bitten the bullet, and renamed the main branch to main
Assuming that you have a git command line client that you are familiar with, this is what you need to do to get back in sync:
Beta Was this translation helpful? Give feedback.
All reactions