Git Error --- Your branch is ahead of 'composer/master' by 4 commits

I think if finally figured it out.

git fetch origin
git reset --hard origin/master

librenms@librenms:~$ ./validate.php

Component Version
LibreNMS 1.48.1-70-g2eac72d34b
DB Schema 2019_01_16_195644_add_vrf_id_and_bgpLocalAs (131)
PHP 7.2.15-0ubuntu0.18.04.1
MySQL 10.1.38-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3

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

[OK] Composer Version: 1.8.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
librenms@librenms:~$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
librenms@librenms:~$ git status
On branch master
Your branch is up to date with ‘composer/master’.

nothing to commit, working tree clean