Skip to content

Instantly share code, notes, and snippets.

View cristiannsc's full-sized avatar

Cristian Sepúlveda cristiannsc

View GitHub Profile
@cristiannsc
cristiannsc / 01.meneame.md
Created September 30, 2018 03:32 — forked from esparta/01.meneame.md
Meneame en desarrollo

Aquí algunos pasos para una instalación mínima de meneame en desarrollo

Requisitos

Haré uso de una máquina virtual con VirtualBox, usando Vagrant, por lo que ambos son necesarios. Para clonar meneame necesitarás git.

Instrucciones

1.- Clonar el repositorio de meneame

@cristiannsc
cristiannsc / CheatSheetHF.md
Last active September 3, 2018 02:36 — forked from kjunggithub/gist:8330157
Git hubflow cheaetsheet

Git HubFlow Cheat Sheet

Preparing the repository

Create the repository on GitHub/Bitbucket. Once created, clone the created repository to your local machine using:

git clone [email protected]:username/repository.git

CD into the repository folder and run the init command to enable to hub flow tools:

cd repo_name