Commit 40f4245d by Francisco Giordano

fix transpile-onto.sh

(cherry picked from commit 1b6b9f00)
parent 7276ddb2
......@@ -25,10 +25,10 @@ if git rev-parse --quiet --verify "$target"; then
git reset --soft "$target"
git checkout "$target"
else
git checkout --orphan "$target"
if [ -n "$base" ]; then
git reset --soft "$base"
fi
git checkout --orphan "$target"
fi
if ! git diff --quiet --cached; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment