keith / git-pile

Stacked diff support for GitHub workflows
MIT License
146 stars 11 forks source link

git-pilereset deletes worktree directory if exists #45

Closed IanEdington closed 1 year ago

IanEdington commented 1 year ago

Having a worktree that is not connected to the git repo is not handled by the current script. By attempting to remove the directory after it is disconnected from the git repo, it covers this case.

fixes #44

keith commented 1 year ago

Thanks!