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
26
PHP Dev Heisenberg Level
diegomaximiliano
0
150
Intro a HTML - Por Walter Gerez
diegomaximiliano
0
53
Intro a JavaScript by Fernando Riquelme
diegomaximiliano
0
41
Intro a css por Ariel Montenegro
diegomaximiliano
0
47
Other Decks in Programming
See All in Programming
Web エンジニアが JavaScript で AI Agent を作る / JSConf JP 2025 sponsor session
izumin5210
4
1.9k
AIと協働し、イベントソーシングとアクターモデルで作る後悔しないアーキテクチャ Regret-Free Architecture with AI, Event Sourcing, and Actors
tomohisa
2
5.3k
Chart.jsで長い項目を表示するときのハマりどころ
yumechi
0
130
CSC509 Lecture 13
javiergs
PRO
0
260
FlutterKaigi 2025 システム裏側
yumnumm
0
1.1k
TVerのWeb内製化 - 開発スピードと品質を両立させるまでの道のり
techtver
PRO
3
1.1k
Building AI with AI
inesmontani
PRO
1
240
AI駆動開発ライフサイクル(AI-DLC)のホワイトペーパーを解説
swxhariu5
0
1.2k
しっかり学ぶ java.lang.*
nagise
1
400
Querying Design System デザインシステムの意思決定を支える構造検索
ikumatadokoro
1
1.2k
無秩序からの脱却 / Emergence from chaos
nrslib
1
5.3k
AI時代もSEOを頑張っている話
shirahama_x
0
100
Featured
See All Featured
Thoughts on Productivity
jonyablonski
73
4.9k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Making Projects Easy
brettharned
120
6.5k
We Have a Design System, Now What?
morganepeng
54
7.9k
Faster Mobile Websites
deanohume
310
31k
The World Runs on Bad Software
bkeepers
PRO
72
12k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Why Our Code Smells
bkeepers
PRO
340
57k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Designing Experiences People Love
moore
142
24k
GraphQLとの向き合い方2022年版
quramy
49
14k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.3k
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!