Hello ,
Does stash support's git cherry pick operation in its hosted repositories ? We want to keep our
commit history linear and clean . Merge operation results in a merge bubble and we want to avoid such scenarios . I think only way to merge branches in stash is pull request and it provides only a merge option hence creating a non linear history.
Regards,
Mohan