Commit 1b6b9f00 by Francisco Giordano

fix transpile-onto.sh

parent 5ca793d6
...@@ -25,10 +25,10 @@ if git rev-parse --quiet --verify "$target"; then ...@@ -25,10 +25,10 @@ if git rev-parse --quiet --verify "$target"; then
git reset --soft "$target" git reset --soft "$target"
git checkout "$target" git checkout "$target"
else else
git checkout --orphan "$target"
if [ -n "$base" ]; then if [ -n "$base" ]; then
git reset --soft "$base" git reset --soft "$base"
fi fi
git checkout --orphan "$target"
fi fi
if ! git diff --quiet --cached; then 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