Good morning,
i have a problem upgrading passbolt.
my version is 1.4.0 and i want to follow the upgrade procedure on passbolt website about minor version
i used this command
$ git fetch
$ git checkout tags/v1.6.5
here the output of command git checkout
root@passbolt:/var/www/passbolt# git checkout tags/v1.6.5
error: Your local changes to the following files would be overwritten by checkout:
app/Config/email.php
app/tmp/swagger/info.php
Please, commit your changes or stash them before you can switch branches.
Aborting