Mudanças entre as edições de "Git"
Ir para navegação
Ir para pesquisar
(Criou página com ' == Boco Commit == git add --all git commit -m "Custom Pages" git push') |
|||
| Linha 1: | Linha 1: | ||
| − | == | + | == Commit == |
git add --all | git add --all | ||
git commit -m "Custom Pages" | git commit -m "Custom Pages" | ||
git push | git push | ||
| + | |||
| + | == Criando credenciais == | ||
| + | git config --global credential.helper store | ||
Edição das 23h05min de 25 de novembro de 2021
Commit
git add --all git commit -m "Custom Pages" git push
Criando credenciais
git config --global credential.helper store