Skip to content

Leon0824/Supercharger

 
 

Repository files navigation

Supercharger

This is the base repository for content used in common WordPress projects.

Prerequisites

This setup works well with Chassis.

Using

# Clone this repo
git clone --recursive --origin upstream git@github.com:Chassis/Supercharger.git content
# If you forget --recursive:
# git submodule update --init

cd content

# Add your actual origin
git remote add origin git@github.com:yourorganisation/yourproject.git

# Push for the first time, and set it as default
git push -u origin master

Updating

# Pull and rebase (in case you have project-specific commits)
git pull --rebase upstream

# Update submodules (included plugins and themes)
git submodule update --init

About

Base content for WordPress work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%