Slide 1

Slide 1 text

CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 1 / 16 galvao.eti.br v 0.1.0 - 2023-11-09 +

Slide 2

Slide 2 text

Atua há 30 anos no Mercado de TI: Programador (> 25), Professor / Palestrante (> 20) e Consultor (> 25) Engenheiro de Software Sênior / Tech Lead Professor Convidado (Especialista) de Pós-Graduação (PR e SC) Diretor, ConFLOSS, NodeConBR e PHP Conference Brasil Evangelista e Contribuidor para a Linguagem PHP Evangelista e Contribuidor para o Laminas Project Primeiro Brasileiro a se tornar Postman Supernova Presidente da ABRAPHP – Associação Brasileira de Profissionais PHP Apaixonado por Backend, APIs, Qualidade, Segurança e Software Livre galvao.eti.br galvao.eti.br Meu nome é Galvão CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/09/2023 – v0.2.0 – Slide 2 / 16

Slide 3

Slide 3 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 3 / 16 Diretório de Trabalho Repositório

Slide 4

Slide 4 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 4 / 16 Diretório de Trabalho Repositório

Slide 5

Slide 5 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 5 / 16 Diretório de Trabalho Repositório

Slide 6

Slide 6 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 6 / 16 Diretório de Trabalho Repositório

Slide 7

Slide 7 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 7 / 16 Diretório de Trabalho Repositório

Slide 8

Slide 8 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 8 / 16 Diretório de Trabalho Repositório

Slide 9

Slide 9 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 9 / 16 Diretório de Trabalho Repositório Diretório de Trabalho Diretório de Trabalho

Slide 10

Slide 10 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 10 / 16 git config [--global ] user.name=“Zé da Silva” git config [--global ] user.email=ze@silvacorp.com.br ssh-keygen -t ed25519 -C "ze@silvacorp.com.br" #ou ssh-keygen -t rsa -b 4096 -C "ze@silvacorp.com.br" https://bit.ly/galvao-git-key

Slide 11

Slide 11 text

ssh-add https://bit.ly/galvao-ssh-add → Settings → SSH and GPG Keys → New SSH Key Abrir o arquivo .pub (~/.ssh/id_zezinho.pub) Selecionar tudo (CTRL + A), Copiar (CTRL + C) Colar na caixa de texto do Github. galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 11 / 16

Slide 12

Slide 12 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 12 / 16 cd /caminho/até/onde/residirá/workdir [mkdir && ]cd workdir git init → Cria repositório git remote add origin git@github.com:galvao-eti/workshop-git-tdl23 https://bit.ly/galvao-git-0

Slide 13

Slide 13 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 13 / 16 cd /caminho/até/onde/residirá/workdir git clone git@github.com:galvao-eti/workshop-git-tdl23 [workshop-git] https://bit.ly/galvao-git-1

Slide 14

Slide 14 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 14 / 16 dev homolog main

Slide 15

Slide 15 text

galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 15 / 16 git pull git switch dev && git switch -c nome-da branch &&\ git push -u origin # Ou git switch nome-da-branch git add [.|arquivos,etc…] git commit -m “Mensagem” git push

Slide 16

Slide 16 text

galvao.eti.br Muito Obrigado! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 11/9/23 - 16 / 16 Dúvidas, Críticas, Elogios, etc…? ‘bora conversar!