<input type="radio" /> MASCULINO<br />
<input type="radio" /> FEMININOO FOCO DO NOSSO SITE É MATEMÁTICA E PROGRAMAÇÃO DE SOFTWERE
domingo, 31 de janeiro de 2021
Cabeçalho no HTML
<h1> . . . </h1> Cabeçalho H1
<h2> . . . </h2>Cabeçalho H2
<h3> . . . </h3>Cabeçalho H3
<h4> . . . </h4>Cabeçalho H4
<h5> . . . </h5
>Cabeçalho H5
<h6> . . . </h6>Cabeçalho H6
sexta-feira, 29 de janeiro de 2021
ALGUNS COMANDOS DO GIT
Adicionar todos os arquivos/diretórios no git:
git add .
Setar usuário no git:
git config --global user.name "danilo"
Adicionar um diretório no git:
git add diretorioqualquer
Setar email no git:
git config --global user.email joao@dalua.com.br
Para pedir ajuda no git:
git help
ou em algo specifico:
git help add
git help commit
git help <comando_git>
Listar configurações no git:
git config --list
Assinar:
Postagens (Atom)