Skip to content

Latest commit

 

History

History
executable file
·
34 lines (23 loc) · 752 Bytes

README.md

File metadata and controls

executable file
·
34 lines (23 loc) · 752 Bytes

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 [email protected]:Chassis/Supercharger.git content
# If you forget --recursive:
# git submodule update --init

cd content

# Add your actual origin
git remote add origin [email protected]: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