How to run these commands in CLI?

I am on windows, I use gitbash

  1. Run the following commands to update your database with any changes from the release:

bin/console cache:clear bin/console mautic:update:apply --finish bin/console doctrine:migration:migrate --no-interaction bin/console doctrine:schema:update --no-interaction --force bin/console cache:clear