You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd:treehouse return now exits 3, not 0, when it leaves a dirty worktree in place, and treehouse get does the same when its subshell exits leaving one dirty. Callers that read exit 0 as "the slot was released" were reading the bug this fixes; scripts under set -e, or using treehouse return "$p" && next-step, will now stop or branch differently at a dirty abort. Pass --force to clean and return, or treat exit 3 as "not returned".
Features
add Nix package manager install support (#113) (4307a30)
add opt-in branch creation to treehouse get (#150) (e4f59d1)