Push & pull experiences

This is for:

Developer

You can use Qubit CLI to push your changes to the platform, and also pull down remote changes.

To pull remote changes, make sure you are in an experience directory and run:

qubit pull

To push changes, make sure you are in an experience directory and run:

qubit push

Qubit CLI will warn you if there have been any remote changes so that you have the opportunity to qubit pull them down. Alternatively you can qubit push --force.