Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve detection of the target branch
If the target branch isn't specified in the command arguments, attempts to find the name of the remotly tracked branch (before falling back on `master`). This means that if the branch `feature` tracks `upstream/dev`, the code will correctly detect that the target branch is `dev`.
- Loading branch information