-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 [help] git status doesn't seem to work. See how a pull caused updates after status showed "up to date" ``` ~/Peeranoia_Framework $ git status On branch main Your branch is up to date with 'origin/main'. nothing to commit, working tree clean ~/Peeranoia_Framework $ git pull Enter passphrase for key '/data/data/com.termux/files/home/.ssh/id_ed25519': remote: Enumerating objects: 17, done. remote: Counting objects: 100% (17/17), done. remote: Compressing objects: 100% (15/15), done. remote: Total 15 (delta 4), reused 0 (delta 0), pack-reused 0 (from 0) Unpacking objects: 100% (15/15), 6.41 KiB | 312.00 KiB/s, done.