Latest version does not work for me. - Printable Version +- SIP (https://nosack.com/sipforum) +-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1) +--- Forum: Report a problem (https://nosack.com/sipforum/forumdisplay.php?fid=9) +--- Thread: Latest version does not work for me. (/showthread.php?tid=246) Pages:
1
2
|
RE: Latest version does not work for me. - dan - 2021 Jun 16 You can roll SIP back to an earlier revision using git. For example to roll back to version 4.0.72 use the command from the SIP folder: Code: git reset --hard 0cd41b2b You can also view a list of past commits using: Code: git log Dan |