Untitled

Críticas: o que é um terminal? Como abrir? Outros programas: git bash

ver pastas: ls

voltar para pastas cd ..

criar pasta: mkdir nomePasta

ir para a pasta = cd nomePasta

echo hello > hello.txt = (criará aquivo hello.txt dentro da pasta nomePasta

ls = (para vc ver o arquivo

deletar a pasta que criamos: del nomePasta (del não funciona no gitbash)

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

ssh-keygen -t ed25519 -C "*[email protected]*"