1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
This commit is contained in:
inv
2022-11-04 13:27:23 +03:00
parent c31a49b778
commit 096cf1a146

2
get.sh
View File

@@ -21,6 +21,8 @@ for hash in $list ; do
echo Reverting:
echo $(git log -1 --format=oneline $hash)
# git revert $hash
hash=$(echo $hash | head -c 10)
echo $hash
git rebase --onto $hash^ $hash
fi
done