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
16
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
200
PHP - Começando com o básico
vfeitoza
0
100
Roteamento utilizando o RouteOS
vfeitoza
0
41
Produtividade ao extremo
vfeitoza
0
32
O poder da documentação
vfeitoza
0
66
Other Decks in Programming
See All in Programming
PipeCDのプラグイン化で目指すところ
warashi
1
290
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
6.6k
生成AI時代のコンポーネントライブラリの作り方
touyou
1
250
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
580
ニーリーにおけるプロダクトエンジニア
nealle
0
890
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
850
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
240
Hack Claude Code with Claude Code
choplin
5
2.4k
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
750
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
200
Deep Dive into ~/.claude/projects
hiragram
14
8.6k
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
150
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Become a Pro
speakerdeck
PRO
29
5.4k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
What's in a price? How to price your products and services
michaelherold
246
12k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Six Lessons from altMBA
skipperchong
28
3.9k
Optimizing for Happiness
mojombo
379
70k
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