Changing the main branch name to main
#127
lolipopshock
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 LayoutParser developers!
We've renamed the main branch to
main
frommaster
, and this means you might need to execute some changes to your local clone of the LayoutParser repo. Following the instruction here, you just need to run the following commands in your local LayoutParser folder:git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a git remote prune origin # <-- Optional
Beta Was this translation helpful? Give feedback.
All reactions