Skip to content

Instantly share code, notes, and snippets.

View arest's full-sized avatar

Andrea Restello arest

View GitHub Profile
@arest
arest / gist:c98762dac9a0fe1d2325
Last active August 29, 2015 14:07
Create a wishlist recoverable
-- phpMyAdmin SQL Dump
-- version 3.4.7.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generato il: Ott 13, 2014 alle 17:34
-- Versione del server: 5.1.60
-- Versione PHP: 5.4.24
SET FOREIGN_KEY_CHECKS=0;
#!/bin/sh
#
# A hook script to switch between parameters files when checking out different branches of the same Symfony2 repo
#
# To enable this hook, rename this file to "post-checkout".
PREVIOUS_HEAD=$1
NEW_HEAD=$2
BRANCH_SWITCH=$3