Skip to content

Using your custom forked repository

Max Vaessen edited this page Sep 5, 2023 · 2 revisions

This guide assumes you installed the Community website using the Self‐hosted Cloud VPS Community website.

By default the git repository will download code from the main GSA repo. If you want it to switch over to your own, you need to add a remote origin.

After adding your own repo, you can remove the gsa repo. If you want to include GSA updates, you can merge these via your git client into your own fork.

When your web server has your forked repo running, you can download your latest changes using git pull. This will download everything you pushed to your master branch. If you want to pull changes you made to your develop branch, please checkout develop first after which you can git pull.

Clone this wiki locally