The default branch has been renamed!

1 개요[ | ]

The default branch has been renamed!

173876093-16209cbf-25d9-4f47-92a8-e8c7eccd84c1.png

The default branch has been renamed!

master is now named main

If you have a local clone, you can update it by running the following commands.

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

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}