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
76
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
160
Kotlin - Revisando la "Magia"
jggomez
0
65
Cómo Desplegar tu App para Pruebas con Firebase Distribution
jggomez
0
51
GCP - Memorystore
jggomez
0
65
Workshop Jetpack Compose - Class 2
jggomez
0
51
Neo4j Foundations
jggomez
0
52
Create software for others to understand, machines understand binary
jggomez
0
68
Jetpack Compose - Foundations
jggomez
2
77
Ktor - Foundations
jggomez
0
99
Other Decks in Technology
See All in Technology
AWS CDKの仕組み / how-aws-cdk-works
gotok365
10
890
衛星運用をソフトウェアエンジニアに依頼したときにできあがるもの
sankichi92
1
230
Lakebaseを使ったAIエージェントを実装してみる
kameitomohiro
0
180
[SRE NEXT] ARR150億円_エンジニア140名_27チーム_17プロダクトから始めるSLO.pdf
satos
5
2.1k
第64回コンピュータビジョン勉強会「The PanAf-FGBG Dataset: Understanding the Impact of Backgrounds in Wildlife Behaviour Recognition」
x_ttyszk
0
170
Claude Code に プロジェクト管理やらせたみた
unson
8
4.9k
ビジネス職が分析も担う事業部制組織でのデータ活用の仕組みづくり / Enabling Data Analytics in Business-Led Divisional Organizations
zaimy
1
310
DatabricksにOLTPデータベース『Lakebase』がやってきた!
inoutk
0
150
公開初日に Gemini CLI を試した話や FFmpeg と組み合わせてみた話など / Gemini CLI 初学者勉強会(#AI道場)
you
PRO
0
1k
Rethinking Incident Response: Context-Aware AI in Practice
rrreeeyyy
1
390
IPA&AWSダブル全冠が明かす、人生を変えた勉強法のすべて
iwamot
PRO
2
220
全部AI、全員Cursor、ドキュメント駆動開発 〜DevinやGeminiも添えて〜
rinchsan
2
2.2k
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
695
190k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
It's Worth the Effort
3n
185
28k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Optimizing for Happiness
mojombo
379
70k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Unsuck your backbone
ammeep
671
58k
Automating Front-end Workflow
addyosmani
1370
200k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
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]