Skip to content

Instantly share code, notes, and snippets.

View davidneedham's full-sized avatar

David Needham davidneedham

View GitHub Profile
@davidneedham
davidneedham / patches.txt
Last active December 26, 2015 00:09
sites/all/patches.txt This document is used to outline what patches have been applied to core, modules or themes on this website. For more information, please check out http://www.jenlampton.com/blog/sustainable-development-workflow-patching.
This document is used to outline what patches have been applied to core,
modules or themes on this website. For more information, please check out
http://www.jenlampton.com/blog/sustainable-development-workflow-patching.
Core patches:
===============
@davidneedham
davidneedham / .bash_profile
Last active December 23, 2015 05:38
Git-dev-workflow bash scripts.
#-------------------------------
# GIT DEV WORKFLOW
#
# These commands all have to do with our development server on its.allgoo.de, which takes advantage
# of the excellent Git Dev Workflow by EOSREI (https://github.com/eosrei/git-dev-workflow). The first
# two commands assume that you have your .ssh/config file set up properly and the last command assumes
# that you have your custom Drush aliases file set up (https://gist.github.com/davidneedham/6301151).
#-------------------------------
# Generate the uli for a particular allgoo.de client site
function gdw-uli () {
@davidneedham
davidneedham / ec.aliases.drushrc.php
Last active May 4, 2016 19:23
Drush Alias Wildcard for Enjoy Creativity server, allgoo.de.
<?php
/*
* Name: Drush Alias Wildcard
*
* Description: When working on Enjoy Creativity's server, you
* can always assume the connection information is the same,
* except for the project name. Once you set up your
* ~/.ssh/config to use the hostname for the project, this
* command will let you sync the database or files directory
* between local and dev.