av icon indicating copy to clipboard operation
av copied to clipboard

Use the commit graph to handle non-adopted branch handling

Open draftcode opened this issue 1 year ago • 0 comments

In av stack branch, if a user tries to create a new branch off of non-adopted branch, it uses the default branch as the parent. Instead we can use the same strategy as av stack adopt to figure out the closest branch, prompting whether they want to adopt the parent branch as well.

Same for av stack pr. There's similar code.

draftcode avatar May 29 '24 18:05 draftcode