tan3ot
1
Hi, is ist possible to update older but supported Kirby versions via submodules – if yes: how?
I would like to update an 3.6.x Kirby website to 3.6.6.2
Tutorial for updating to latest version:
“This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.”:
Thanks for help 
Yes:
cd kirby
git fetch --tags
git checkout 3.6.6.2
tan3ot
3
It works! Thanks a lot + have a nice day 
Thanks, I wish you the same. 
We’ll add a command example to the docs for the future.
I have now extended the cookbook recipe with an example and explanation:
1 Like