Mudanças entre as edições de "Git"
Ir para navegação
Ir para pesquisar
| Linha 11: | Linha 11: | ||
== Criando credenciais == | == Criando credenciais == | ||
git config --global credential.helper store | git config --global credential.helper store | ||
| + | == Gravando Credenciais == | ||
| + | git config --global credential.helper cache | ||
Edição atual tal como às 10h15min de 25 de abril de 2024
GITHUB
Identidade GITHUB
Criar um Token para acesso
Perfil do usuário => Settings => Developer settings => Personal access tokens
Commit
git add --all git commit -m "Custom Pages" git push
Criando credenciais
git config --global credential.helper store
Gravando Credenciais
git config --global credential.helper cache