back to designing for 8 outputs per shift register.
THEN stop at 60 and return to 0
The shift register isn't a ring counter. Throw that thought away.
It's been explained in post #192, etc. but let me add some more detail.
The 74595 is a serial-in, parallel-out shift register. One byte (8 bits) of data is shifted in, and when latched, the eight output lines are set to the value of the associated bit (1 = high, 0 = low). When multiple 74595s are used, the data is moved from one to the next. In most cases, including this one, a number of bytes equal to the number of shift registers, and then the latch is strobed, displaying the new data (e.g., if you have 10 shift registers, 10 bytes will be shifted out every time an update is desired).
The diagram below shows how this works.
If you're making a clock using 10 pcb segments, with two rings of 60 LEDs each, I strongly recommend 6 LEDs for the outer ring be on the first shift register, and 6 LEDs for the inner ring be on a second shift register. Don't use the two "extra" outputs of each shift register or add some extra LEDs for decoration or other purposes. Doing it this way will keep programming much simpler – you'll have a "minutes" byte and an "hours" byte for each segment.
If this still isn't abundantly clear, it's time to put this project away.
Note: I recycled the schematic from post #192. This isn't an attempt to show you your exact arrangement. If you follow the suggested advice for a 2 ring × 60 LEDs using 10 identical pcb segments you will have 20 shift registers and you will shift out 20 bytes for each and every update.