github icon indicating copy to clipboard operation
github copied to clipboard

branch main

Open flowsta opened this issue 3 years ago • 0 comments

Añadir el cambio de master a main, cómo configurar main como repositorio principal git init --initial-branch=main

También, si no pones esa opción, puedes comprobar qué rama tienes con git branch. Si sale master se puede cambiar a main con git branch -M main

flowsta avatar Mar 13 '22 18:03 flowsta