Version 1.3 improves the behavior of the pull
command on repositories with lots of branches.
Added
pull
now accepts a--pattern
flag.
Changed
- If multiple
--pattern
flags are given tobranch
, the union of the patterns will be used instead of just the last one.
Fixed
pull
no longer will attempt to delete a currently checked-out branch.pull
will no longer stop on the first failing branch mutation after a successful fetch.