Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jstl-dev] Master Branch Replaced By Main

Hello,

For awareness, the 'master' branch on the Jakarta Tags project has been renamed to `main`. 

If you have a copy cloned locally, you can run the following commands to update it: 

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


Best,
Volodymyr

Back to the top