mirror of
https://github.com/chevereto/docker.git
synced 2026-05-07 02:17:35 +02:00
1.0 KiB
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
- Go to Actions
- Select Update under Workflows
- Click on Run Workflow and confirm
🤖 When done a bot will create a pull request in your repo so you can review and confirm the changes.

