Upgrading

You can apply updates as they become available by merging from the pace origin:

git fetch pace master
git merge pace/master --allow-unrelated-histories

Depending on the number of customizations you have done on your application, doing git merge might not be as straightforward. Instead, you might be better off going through each release and manually applying the changes to your application.