2021 Jun 16, 01:29 PM
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:
You can also view a list of past commits using:
then you can go to any previous rev using the git reset command above and adding the first several characters of the commit signature.
Dan
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
<p><br></p>