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
70
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
130
Kotlin - Revisando la "Magia"
jggomez
0
58
Cómo Desplegar tu App para Pruebas con Firebase Distribution
jggomez
0
40
GCP - Memorystore
jggomez
0
58
Workshop Jetpack Compose - Class 2
jggomez
0
48
Neo4j Foundations
jggomez
0
48
Create software for others to understand, machines understand binary
jggomez
0
64
Jetpack Compose - Foundations
jggomez
2
70
Ktor - Foundations
jggomez
0
91
Other Decks in Technology
See All in Technology
Classmethod AI Talks(CATs) #15 司会進行スライド(2025.02.06) / classmethod-ai-talks-aka-cats_moderator-slides_vol15_2025-02-06
shinyaa31
0
170
目の前の仕事と向き合うことで成長できる - 仕事とスキルを広げる / Every little bit counts
soudai
22
5.8k
2.5Dモデルのすべて
yu4u
2
610
事業継続を支える自動テストの考え方
tsuemura
0
300
20250208_OpenAIDeepResearchがやばいという話
doradora09
PRO
0
170
Culture Deck
optfit
0
330
現場で役立つAPIデザイン
nagix
29
10k
スタートアップ1人目QAエンジニアが QAチームを立ち上げ、“個”からチーム、 そして“組織”に成長するまで / How to set up QA team at reiwatravel
mii3king
1
1.1k
明日からできる!技術的負債の返済を加速するための実践ガイド~『ホットペッパービューティー』の事例をもとに~
recruitengineers
PRO
3
100
AndroidデバイスにFTPサーバを建立する
e10dokup
0
240
Moved to https://speakerdeck.com/toshihue/presales-engineer-career-bridging-tech-biz-ja
toshihue
2
550
日経電子版 x AIエージェントの可能性とAgentic RAGによって提案書生成を行う技術
masahiro_nishimi
1
290
Featured
See All Featured
Designing for humans not robots
tammielis
250
25k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Docker and Python
trallard
44
3.3k
Bash Introduction
62gerente
610
210k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
Visualization
eitanlees
146
15k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
Writing Fast Ruby
sferik
628
61k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
29
2.2k
How STYLIGHT went responsive
nonsquared
98
5.3k
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]