Important: Remove, rename of branches, and new branch. #175
Panchovix
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there guys, hope you all are doing good.
I have made a lot of changes on the dev_upstream and dev_upstream_experimental branches, that both are gonna give issues if users had them before the changes of the past week.
The idea is at some point merge the changes of dev into main, which is not what is happening now.
So, these branches are now removed and renamed.
Their names now are:
dev_upstream -> dev
dev_upstream_experimental -> experimental
A new branch will be added, named:
dev2
How these branches are gonna work:
To use the new branches, you will need to fetch all changes and new branches, with:
git fetch --all
Then checkout what branch you want to use:
If you were using the old branches (dev_upstream or dev_upstream_experimental), you should:
Make sure you don't have local changes you want to keep
Delete your local old branches:
Then checkout the new branch you want to use with the commands above.
Note: Simply doing 'git pull' on the old branches won't work as they have been removed from the repository. You must explicitly checkout the new branches.
Any question is welcome!
Beta Was this translation helpful? Give feedback.
All reactions