Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Fwd: [eclipse-cdt/cdt-lsp] Rename git master branch to main (Issue #384)

FYI for cdt-lsp:
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

You should also see the above message on your next visit to https://github.com/eclipse-cdt/cdt-lsp

image.png




Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <eclipse-cdt/cdt-lsp/issues/384/2545971201@github.com>


Back to the top