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

README: Updating master branch of local clones to release from 9 July, 2020 #71

Closed
larenelg opened this issue Jul 9, 2020 · 0 comments

Comments

@larenelg
Copy link
Contributor

larenelg commented Jul 9, 2020

If you have a fork or local clone from before 9 July, 2020, you will need to run the following commands to update your forked/cloned repo.

git checkout master
git branch -m master release
git fetch
git branch --unset-upstream
//if fork: git push -u origin release
git branch -u origin/release
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/release
git pull upstream release 

You can now safely delete master branch in your forked repo.

Easier option: delete your fork and fork a fresh version

@KodrAus KodrAus pinned this issue Jul 17, 2020
@nblumhardt nblumhardt unpinned this issue Sep 9, 2021
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

No branches or pull requests

2 participants