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
Introduccion a git y GitHub
Search
Diego Maximiliano
May 17, 2014
Programming
0
200
Introduccion a git y GitHub
git & GitHub - Jornada de Introducción al Desarrollo Web - Formosa 2014
Diego Maximiliano
May 17, 2014
Tweet
Share
More Decks by Diego Maximiliano
See All by Diego Maximiliano
Trabajando en Nueva Zelanda
diegomaximiliano
0
25
PHP Dev Heisenberg Level
diegomaximiliano
0
150
Intro a HTML - Por Walter Gerez
diegomaximiliano
0
52
Intro a JavaScript by Fernando Riquelme
diegomaximiliano
0
38
Intro a css por Ariel Montenegro
diegomaximiliano
0
42
Other Decks in Programming
See All in Programming
関数型まつりレポート for JuliaTokai #22
antimon2
0
160
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
5
1.1k
Discover Metal 4
rei315
2
110
エンジニア向け採用ピッチ資料
inusan
0
180
NPOでのDevinの活用
codeforeveryone
0
750
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
650
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
280
#QiitaBash MCPのセキュリティ
ryosukedtomita
0
910
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
110
CursorはMCPを使った方が良いぞ
taigakono
1
220
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1.2k
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
730
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Automating Front-end Workflow
addyosmani
1370
200k
How to Ace a Technical Interview
jacobian
277
23k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Into the Great Unknown - MozCon
thekraken
39
1.9k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Testing 201, or: Great Expectations
jmmastey
42
7.6k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Designing for humans not robots
tammielis
253
25k
Transcript
Introducción a
Proyecto nuevo
“versionando”
FAIL!
• fácil de perdernos • Malas prácticas • Sin ningún
standard :( • No hay docs • Archivos basura • Archivos repetidos
Team Server
“Versionando” for the team copiadelarchivo_2014_v2_mejorada_aun_mas.php copiadelarchivo_2014_v2_mejorada.php
WTF?
Ciclo de Vida http://test1.application.do
None
• Linus Torvalds • Kernel linux • GNU-Linux
DVCS¿?
:(
git!
Commit - Guardando $ git commit • Cantidad de archivos
• contenido de c/u • Autor • Mensaje “agregúe x archivos”
$ git branch Ramas - Branches $ git merge
$ git merge Merge - unión
$ git diff Diferencias
WTF?
$ git restore Restaurando
Resumiendo ➔ $ git commit “guardar” ➔ $ git branch
“nueva función” ➔ $ git merge “implementación” ➔ $ git diff “detalles diferencias” ➔ $ git restore “volver atrás”
None
Nació en el 2008 - programado en Ruby
None
Características
Quienes comparten código? ➢ Facebook ➢ NASA ➢ Twitter ➢
Blizzard ➢ Entre otras...
Por qué? ➢ 13 millones de repos (proyectos) ➢ Proyectos
importantes subidos ➢ + 50 lenguajes ➢ Código,código,código... ➢ Trends & Programas
Programas ➔ http://education.github.com ➔ https://government.github.com
➔ http://training.github.com ➔ http://git-scm.com
$ happy programming!