Hey community,
I hope you can help me understand something. Our mailcow setup is active for 2-3 years now and we have been quite happy with it. After a fresh run of update.sh
, here is what I am seeing:
❯ git status
On branch master
Your branch is ahead of 'origin/master' by 40 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
I am experienced with git and wonder if this is the intended behavior by the update script. Our local history seems to diverge from the GitHub history more and more and while this might be okay, it makes me worry and I wonder how a user is able to engage with this. Wouldn’t staying in sync with origin/master plus uncommited working dir changes make for a cleaner mailcow installation?
All the best!