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
Juan Guillermo Gómez Torres
March 08, 2017
Technology
0
77
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
170
Kotlin - Revisando la "Magia"
jggomez
0
69
Cómo Desplegar tu App para Pruebas con Firebase Distribution
jggomez
0
52
GCP - Memorystore
jggomez
0
70
Workshop Jetpack Compose - Class 2
jggomez
0
53
Neo4j Foundations
jggomez
0
56
Create software for others to understand, machines understand binary
jggomez
0
70
Jetpack Compose - Foundations
jggomez
2
83
Ktor - Foundations
jggomez
0
100
Other Decks in Technology
See All in Technology
テストを軸にした生き残り術
kworkdev
PRO
0
200
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
220
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.2k
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
240
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
180
ZOZOマッチのアーキテクチャと技術構成
zozotech
PRO
4
1.5k
COVESA VSSによる車両データモデルの標準化とAWS IoT FleetWiseの活用
osawa
1
280
MCPで変わる Amebaデザインシステム「Spindle」の開発
spindle
PRO
3
3.2k
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
21
11k
2025年夏 コーディングエージェントを統べる者
nwiizo
0
170
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
170
いま注目のAIエージェントを作ってみよう
supermarimobros
0
230
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
140
7.1k
A Tale of Four Properties
chriscoyier
160
23k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Optimizing for Happiness
mojombo
379
70k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
4 Signs Your Business is Dying
shpigford
184
22k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
For a Future-Friendly Web
brad_frost
180
9.9k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Speed Design
sergeychernyshev
32
1.1k
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]