forked from freddier/Puls2014-America
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.txt
More file actions
40 lines (28 loc) · 731 Bytes
/
github.txt
File metadata and controls
40 lines (28 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
FTP
Transmisión de archivos
Hosting barato normal --> /public_html/ <-- FTP
index.php
images
leonidas.jpg
www.fuckencio.com
SISTEMA DE CONTROL DE VERSIONES
SVN: Subversion / Mercurial / TFS / CVS / GIT
Github
1. Red social de programadores
2. Web / Apps
3. Mucho más fácil
====
Repositorio de código GITHUB (master)
1. Múltiples versiones del mismo código
2. Cambios Delta
Base de datos atómica del código
3. Historial de cada archivo
4. Múltiples personas sobre el mismo archivo
5. CULPA AL CULPABLE
6. Ramas (branches)
* master (github.com) REPO PRINCIPAL
* master (disco duro) REPO LOCAL
* master
--- MERGE (experimental - master)
* experimental local
* master (servidor.com) REPO PRODUCCION