Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
GitHub
Search
V. Feitoza
May 21, 2021
Programming
0
19
GitHub
Gerenciando seus projetos com o Git e GitHub
V. Feitoza
May 21, 2021
Tweet
Share
More Decks by V. Feitoza
See All by V. Feitoza
Introdução ao Mikrotik
vfeitoza
0
210
PHP - Começando com o básico
vfeitoza
0
110
Roteamento utilizando o RouteOS
vfeitoza
0
42
Produtividade ao extremo
vfeitoza
0
33
O poder da documentação
vfeitoza
0
67
Other Decks in Programming
See All in Programming
Blazing Fast UI Development with Compose Hot Reload (Bangladesh KUG, October 2025)
zsmb
2
440
Dive into Triton Internals
appleparan
0
390
AI Agent 時代的開發者生存指南
eddie
4
2.2k
Pythonに漸進的に型をつける
nealle
1
150
AkarengaLT vol.38
hashimoto_kei
1
130
Developer Joy - The New Paradigm
hollycummins
1
400
AI時代に必須!状況言語化スキル / ai-context-verbalization
minodriven
2
270
Inside of Swift Export
giginet
PRO
1
290
Go言語はstack overflowの夢を見るか?
logica0419
0
680
エンジニアインターン「Treasure」とHonoの2年、そして未来へ / Our Journey with Hono Two Years at Treasure and Beyond
carta_engineering
0
480
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
670
data-viz-talk-cz-2025
lcolladotor
0
110
Featured
See All Featured
Docker and Python
trallard
46
3.6k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Navigating Team Friction
lara
190
15k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Optimizing for Happiness
mojombo
379
70k
Music & Morning Musume
bryan
46
6.9k
Thoughts on Productivity
jonyablonski
72
4.9k
Documentation Writing (for coders)
carmenintech
76
5.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Unsuck your backbone
ammeep
671
58k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Transcript
1 / 13 Gerenciando projetos
2 / 13 • Analista de Sistemas • Gerente de
Redes e Projetos • Desenvolvedor web • Consultor
3 / 13 Ferramentas • Controle de versionamento – GIT
– Subversion – SVN • Gerenciador de projetos – GitHub – GitLab – Redmine
4 / 13 Git - Instalação apt install git-core yum
install git pacman -Ss git slapt-get -i git Git-2.31.1-64-bit.exe
5 / 13 Git - Características • Controla as versões
do seu projeto • Facilita a vida para sua equipe • Agilidade e segurança • Possui deploy simples, rápido e eficaz
6 / 13 Git - Utilização • git init .
• git add arquivo • git remove arquivo • git commit -m “Mensagem de identificação” • git checkout -b nome_braço • git branch • git chekout braço • git push • git log
7 / 13 GitHub • O que é • Como
funciona
8 / 13 GitHub - Cadastro
9 / 13 GitHub - DashBoard
10 / 13 GitHub – Seus repositórios
11 / 13 GitHub – Seus projetos
12 / 13 GitHub – Questões
13 / 13 Dúvidas