Skip to content

Instantly share code, notes, and snippets.

@maxkramer
Created September 26, 2012 22:46
Show Gist options
  • Save maxkramer/3791133 to your computer and use it in GitHub Desktop.
Save maxkramer/3791133 to your computer and use it in GitHub Desktop.
Create new Codeigniter Project
function codeigniter() {
git clone https://github.com/EllisLab/CodeIgniter.git "$@" ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment