fix(pull-create): correct assignment of base and target branches #145
No reviewers
Labels
No labels
actions
bug
build
chore
CI
cleanup
CLI
contribution welcome
docs
duplicate
enhancement
feature
fix
good first issue
help wanted
invalid
perf
question
refactor
release
revert
style
test
tracking
UI
upstream
UX
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Aviac/codeberg-cli!145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "augustebaum/codeberg-cli:fix-pull-create-command"
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?
This fixes an issue where the meaning of
berg pull createarguments--target-branchand--source-branchis reversed:results in a pull request being opened from
trunk, tofeature-branch.bc990a0e62toa85d99c944Thanks! Nice, catch 💯