Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mvc-dev] master->main

Hi,

I just renamed the master branch to main for the mvc and mvc-tck repositories.

To update your local clone, run the following commands.

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

Ivar
--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation Eclipse Foundation - Community. Code. Collaboration. 


Back to the top