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
39
Intro a css por Ariel Montenegro
diegomaximiliano
0
43
Other Decks in Programming
See All in Programming
Result型で“失敗”を型にするPHPコードの書き方
kajitack
5
600
来たるべき 8.0 に備えて React 19 新機能と React Router 固有機能の取捨選択とすり合わせを考える
oukayuka
2
910
童醫院敏捷轉型的實踐經驗
cclai999
0
210
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
550
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.2k
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
180
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
2
640
GraphRAGの仕組みまるわかり
tosuri13
8
530
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
130
Porting a visionOS App to Android XR
akkeylab
0
380
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
270
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
620
Featured
See All Featured
Side Projects
sachag
455
42k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Being A Developer After 40
akosma
90
590k
Code Review Best Practice
trishagee
69
18k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
How to train your dragon (web standard)
notwaldorf
94
6.1k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
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!