Unable to update or validate

Progress!

Validate works now.

====================================

Component Version
LibreNMS 22.8.0-25-g797d73ad1
DB Schema 2022_07_19_081224_plugins_unique_index (244)
PHP 8.1.2
Python 3.10.4
Database MariaDB 10.6.7-MariaDB-2ubuntu1.1
RRDTool 1.7.2
SNMP 5.9.1
====================================

[OK] Composer Version: 2.4.1
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK]
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrdtool version ok
[OK] Connected to rrdcached
[WARN] Your local git branch is not master, this will prevent automatic updates.
[FIX]:
You can switch back to master with git checkout master

Still getting errors on ./daily.sh.

error: The following untracked working tree files would be overwritten by checkout:
LibreNMS/Snmptrap/Handlers/UpsTrapsOnBattery.php
app/Http/Controllers/Device/Tabs/MibController.php
app/Http/Controllers/Form/CopyDashboardController.php
app/Http/Controllers/Form/WidgetSettingsController.php
app/Models/Widget.php
database/seeders/DefaultWidgetSeeder.php
doc/js/docs-install-tab.js
html/images/logos/rockylinux.svg
html/images/os/rocky.png
includes/definitions/riello.yaml
includes/html/forms/add-dashboard.inc.php
includes/html/forms/delete-dashboard.inc.php
includes/html/forms/edit-dashboard.inc.php
includes/html/forms/update-dashboard-config.inc.php
includes/polling/sensors/state/fortigate.inc.php
mibs/comware/HH3C-SPLAT-DEVM-MIB
mibs/extreme/Brocade-TC
mibs/hp/HP-SN-MIBS
mibs/transition/TN-SYSUSER-MIB
mibs/transition/TN-SYSUSER-MIB2
tests/data/ray_ray.json
tests/data/riello.json
tests/data/riello_mct20.json
Please move or remove them before you switch branches.
Aborting
Updating to latest codebase FAIL
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

git pull <remote> <branch>

Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
Caching Mac OUI data OK

Here is the result of the git commands.

$ git fetch
$ git reset --hard origin/master
HEAD is now at 797d73ad1 Misc errors cleanup (#14257)
$ git checkout origin/master
HEAD is now at 797d73ad1 Misc errors cleanup (#14257)

Getting close now, just need to figure out the git issues. Thanks!