pull-all silently checks out default branch #48
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/tools#48
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pull-allswitches repos from non-default branches to the default branch when the non-default branch has no unpushed commits. This mutates state without warning and there is no help text documenting the behavior.Running
pull-allwhile onagent/parallelize-pull-allinallod/toolsswitched it tomasterwith no indication that a branch change happened (only "up to date [master]").The branch-switching behavior should be opt-in behind a flag (e.g.
--checkout-default), not the default. The tool also needs--helpoutput describing what it does.