| gitflow | git |
|---|---|
git flow init |
git init |
git commit --allow-empty -m "Initial commit" |
|
git checkout -b develop master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Estructura y Datos de las Regiones, Provincias */ | |
| /* y Comunas de Chile. */ | |
| /* */ | |
| /* Fecha: Julio 2010 */ | |
| /* Autor: Juan Pablo Aqueveque - juque.cl */ | |
| -- | |
| -- Comunas | |
| -- | |
| DROP TABLE IF EXISTS `comunas`; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var express = require('express'); | |
| var app = express(); | |
| one = [ "La cueca pá los chilenos", | |
| "Si no le gustan las cuecas", | |
| "Hoy es 18 de Septiembre", | |
| "Yo también voy a la ramá", | |
| "Tu creis que no se ná", | |
| "Yo las bailo donde sea", | |
| "No bailo tanto pero tengo otra gracia", |