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
Git and Github
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Juan Guillermo Gómez Torres
March 08, 2017
Technology
0
81
Git and Github
Juan Guillermo Gómez Torres
March 08, 2017
Tweet
Share
More Decks by Juan Guillermo Gómez Torres
See All by Juan Guillermo Gómez Torres
How to process millions of data with Spark and DataProc
jggomez
0
190
Kotlin - Revisando la "Magia"
jggomez
0
77
Cómo Desplegar tu App para Pruebas con Firebase Distribution
jggomez
0
67
GCP - Memorystore
jggomez
0
78
Workshop Jetpack Compose - Class 2
jggomez
0
64
Neo4j Foundations
jggomez
0
70
Create software for others to understand, machines understand binary
jggomez
0
88
Jetpack Compose - Foundations
jggomez
2
94
Ktor - Foundations
jggomez
0
110
Other Decks in Technology
See All in Technology
めちゃくちゃ開発するQAエンジニアになって感じたメリットとこれからの課題感
ryuhei0000yamamoto
0
110
楽しく学ぼう!ネットワーク入門
shotashiratori
1
460
生成AIで速度と品質を両立する、QAエンジニア・開発者連携のAI協調型テストプロセス
shota_kusaba
0
160
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
890
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
840
Agent ServerはWeb Serverではない。ADKで考えるAgentOps
akiratameto
0
110
WebアクセシビリティをCI/CDで担保する ― axe DevTools × Playwright C#実践ガイド
tomokusaba
2
100
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
150
非情報系研究者へ送る Transformer入門
rishiyama
13
8.1k
フロントエンド刷新 4年間の軌跡
yotahada3
0
480
情シスのための生成AI実践ガイド2026 / Generative AI Practical Guide for Business Technology 2026
glidenote
0
270
[E2]CCoEはAI指揮官へ。Bedrock×MCPで構築するコスト・セキュリティ自律運用基盤
taku1418
0
190
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1370
200k
Claude Code のすすめ
schroneko
67
220k
Thoughts on Productivity
jonyablonski
75
5.1k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
14k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.2k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
Become a Pro
speakerdeck
PRO
31
5.8k
Discover your Explorer Soul
emna__ayadi
2
1.1k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
290
Transcript
JUAN GUILLERMO GÓMEZ TORRES GDG CALI
[email protected]
@jggomezt Git y
GitHub
Porque??
Porque??
Porque??
Porque??
Porque ???
Porque??
Controlador de Código Fuente
None
None
Comandos Básicos ➢ git config --global user.name “jggomez” ➢ git
config --global user.email “juan.gomez@” ➢ git init ➢ git add ➢ git commit ➢ git log ➢ git status ➢ git checkout ➢ git reset
Ramas o Branch
Ramas o Branch ➢ git branch ➢ git checkout ➢
git merge ➢ git log --oneline --graph --all ➢ git config --global alias.grafolog 'log --oneline --graph --all' ➢ git branch -d RAMA
GitHub
JUAN GUILLERMO GÓMEZ TORRES GDG CALI
[email protected]