Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 677 Bytes

File metadata and controls

23 lines (15 loc) · 677 Bytes

ProcessWire 3.x

This is an edited copy of ProcessWire by EPRC, made for internal use.

To have a look at the original README, please go to the ProcessWire repository.

How to use

Assuming you are part of the team, follow the instructions described here

How to update /wire

(for the maintainer only)

Solution from https://stackoverflow.com/a/25749155, assuming you have added a remote named upstream.

git fetch upstream
git checkout upstream/dev wire/
git commit -am "Update /wire to latest dev version"
git pull --rebase
git push