Git

De BrapciWiki
Ir para navegação Ir para pesquisar

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