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
66
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
120
Kotlin - Revisando la "Magia"
jggomez
0
54
Cómo Desplegar tu App para Pruebas con Firebase Distribution
jggomez
0
34
GCP - Memorystore
jggomez
0
52
Workshop Jetpack Compose - Class 2
jggomez
0
48
Neo4j Foundations
jggomez
0
45
Create software for others to understand, machines understand binary
jggomez
0
62
Jetpack Compose - Foundations
jggomez
2
67
Ktor - Foundations
jggomez
0
85
Other Decks in Technology
See All in Technology
Application Development WG Intro at AppDeveloperCon
salaboy
0
190
オープンソースAIとは何か? --「オープンソースAIの定義 v1.0」詳細解説
shujisado
9
1.1k
AWS Media Services 最新サービスアップデート 2024
eijikominami
0
200
Introduction to Works of ML Engineer in LY Corporation
lycorp_recruit_jp
0
140
iOS/Androidで同じUI体験をネ イティブで作成する際に気をつ けたい落とし穴
fumiyasac0921
1
110
20241120_JAWS_東京_ランチタイムLT#17_AWS認定全冠の先へ
tsumita
2
300
【Pycon mini 東海 2024】Google Colaboratoryで試すVLM
kazuhitotakahashi
2
540
CDCL による厳密解法を採用した MILP ソルバー
imai448
3
130
EventHub Startup CTO of the year 2024 ピッチ資料
eventhub
0
120
マルチモーダル / AI Agent / LLMOps 3つの技術トレンドで理解するLLMの今後の展望
hirosatogamo
37
12k
Lexical Analysis
shigashiyama
1
150
強いチームと開発生産性
onk
PRO
35
11k
Featured
See All Featured
Navigating Team Friction
lara
183
14k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
[RailsConf 2023] Rails as a piece of cake
palkan
52
4.9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
4 Signs Your Business is Dying
shpigford
180
21k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.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]