Closed benbeton closed 9 years ago
Keeping the installation up to date is pretty easy, although a bit time consuming.
For reference: I've been doing this using git rebasing (with a branch for personal configuration changes) as this makes it a lot less manual.
sounds interesting, how to achieve, that all files except the config are update on the personal branch?
git checkout -b config
to create the new config branch with the local configuration git checkout master
git pull origin master
to update the local master branchgit checkout config
git rebase master
to rebase the offline config branchEdit: Added where you make the config changes
@mporcheron Kudos!! :100:
Do you mind if I put those in a INSTALL_UPDATE_FROM_GIT file?
Nope, go ahead 👍🏻
Hi,
I'm using this a few months now and it is working great. A few times in the past days I thought about keeping the installation up to date. So I search in the Doc, but there is now documentation how to update the installation.
can anyone describe the necessary steps? Thx!