Dakkers / learn-oneida.com

0 stars 0 forks source link

change master to main #1

Open pensamint opened 6 months ago

pensamint commented 6 months ago

:3

pensamint commented 5 months ago

@Dakkers I tried going through the GUI (branches > meatballs > rename branch) but I don't have permission. is this something you can do? then we just locally do:

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