Skip to content

Instantly share code, notes, and snippets.

View Krasavchik's full-sized avatar

Matthieu Krasavchik

View GitHub Profile

Create new branch, local and remote

#create local branch
$ git branch <branchName>

#go to local branchName
$ git checkout <branchName>

#create the remote
$ git push origin 
@Remiii
Remiii / README.md
Last active August 13, 2018 00:33
Setup Vagrant box (Ubuntu 14.04)

Setup Vagrant box (Ubuntu 14.04)

Introduction

This file discribe all the steps in order to setup a Vagrant box (using the Ansible Ubuntu simple Symfony App config - please refer to this repository for more info).

Requirements