Skip to content

Instantly share code, notes, and snippets.

@bhubbard
bhubbard / .htaccess
Last active December 25, 2023 02:59
This is my template .htaccess file for WordPress on Cloud Sites.
# Apache Server Config | MIT License
# https://gist.github.com/bhubbard/6082577
# Modified from https://github.com/h5bp/server-configs-apaches
# ##############################################################################
# # Default WordPress #
# ##############################################################################
# http://randomtype.ca/blog/the-wordpress-htaccess-file-explained/
# BEGIN WordPress
@fyaconiello
fyaconiello / git-cheatsheet.md
Created April 19, 2012 16:10
Git Cheatsheet

###GIT CHEAT SHEET

start a new local branch of a remote repo (only need to do this once per repo)

change directories to your sites folder

cd ~/Sites/
git clone (repository address from github.com)
git checkout -b feature_name
@fyaconiello
fyaconiello / django-lion-setup.md
Created February 9, 2012 17:22
Django Lion Setup
Step 1 - download and install macosx pkgs
  • download and install xcode
  • XCode and enable Command Line Tools
  • download and install mysql-server
Step 2
nano ~/.bash_profile

add the following