Files
Docker-Chevereto/docs/REPO-SYNCING.md
Rodolfo Berrios 29aec50861 cheevreto v4.5
2026-04-08 10:17:51 -04:00

1.0 KiB

Repository syncing

Repository updating is required to keep your local project in sync with this repository. This is required to keep your project up-to-date with the latest changes and improvements, new branches, etc.

To update this repository make sure to stop all instances by running the following command.

make down NAMESPACE=yourproject

Once done, run this to update the repository.

make sync

If needed, switch to the new branch/tag.

git switch 4.5

Manual repo updating

Pull changes in your local copy of this repo.

git fetch --tags -f && git pull --rebase --autostash

Then switch to the new branch/tag if needed.

git switch 4.5

GitHub one-click repo updating

  1. Go to Actions
  2. Select Update under Workflows
  3. Click on Run Workflow and confirm

Update template

🤖 When done a bot will create a pull request in your repo so you can review and confirm the changes.

Update merge