Make it possible to alter code inside of the bash script
This commit is contained in:
parent
f87d6bd4c8
commit
4508d3f1b3
2 changed files with 12 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ for commit_hash in "${commits[@]}"; do
|
|||
git checkout -q "$orig_ref"
|
||||
exit 1
|
||||
fi
|
||||
git restore -q .
|
||||
fi
|
||||
echo
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue