“como mudar minha filial padrão no git” Respostas de código

como mudar minha filial padrão no git

'settings' >> 'Code and Automation' >> 'Branches' >> 'Default Branch'

On GitHub.com, navigate to the main page of the repository.
Under your repository name, click "Settings".
In the "Code and automation" section of the sidebar, click "Branches".
Under "Default branch", to the right of the default branch name, click.
Use the drop-down, then select a branch name.

source: 'https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch#changing-the-default-branch'
Code Rabbi

Alterar a filial padrão no Git

git branch -m deploy prod
git fetch origin
git branch -u origin/prod prod
git remote set-head origin -a
Uninterested Unicorn

Respostas semelhantes a “como mudar minha filial padrão no git”

Perguntas semelhantes a “como mudar minha filial padrão no git”

Mais respostas relacionadas para “como mudar minha filial padrão no git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código