bips
bips copied to clipboard
Fix diffcheck.sh to restore repository state after checkout
The diffcheck.sh script performs git checkout HEAD^ to compare the current README table with the previous commit, but it never restores the repository to its original state after execution. This leaves the repository in a detached HEAD state pointing to the previous commit.
Hello, I was reviewing the modifications and it looks possitive.
Thank you @prestoalvarez for your proposal. Closing following the merge of #2063.