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
外接に惑わされない自システムの処理時間SLIをOpenTelemetryで実現した話
kotaro7750
0
150
三者三様 宣言的UI
kkagurazaka
0
330
Node-REDのノードの開発・活用事例とコミュニティとの関わり(Node-RED Con Nagoya 2025)
404background
0
110
Webサーバーサイド言語としてのRustについて
kouyuume
1
5k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
700
퇴근 후 1억이 거래되는 서비스 만들기 | 내가 AI를 사용하는 방법
maryang
2
250
AkarengaLT vol.38
hashimoto_kei
1
130
AI駆動開発カンファレンスAutumn2025 _AI駆動開発にはAI駆動品質保証
autifyhq
0
110
AsyncSequenceとAsyncStreamのプロポーザルを全部読む!!
s_shimotori
1
220
モテるデスク環境
mozumasu
3
1.4k
Vueのバリデーション、結局どれを選べばいい? ― 自作バリデーションの限界と、脱却までの道のり ― / Which Vue Validation Library Should We Really Use? The Limits of Self-Made Validation and How I Finally Moved On
neginasu
3
1.7k
ALL CODE BASE ARE BELONG TO STUDY
uzulla
29
6.9k
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
GraphQLとの向き合い方2022年版
quramy
49
14k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
700
Building Flexible Design Systems
yeseniaperezcruz
329
39k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.8k
Producing Creativity
orderedlist
PRO
348
40k
Statistics for Hackers
jakevdp
799
220k
Speed Design
sergeychernyshev
32
1.2k
The Language of Interfaces
destraynor
162
25k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Being A Developer After 40
akosma
91
590k
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