Skip to content

Integration with standard github code review processes #716

Answered by arxanas
slymon99 asked this question in Q&A
Discussion options

You must be logged in to vote

There's some discussion in these threads: #45, #47

Move those branches with git branch -f if the underlying commit changes

You're probably already aware, but for the case of updating existing commits, git-branchless will automatically move branches to point to the newest versions of the commits (or, if it can't, it will prompt you to run git restack).

Once approved, merge in reverse order (first 2 into 1, then (1+2) into 0, then (0+1+2) into main)

If you have push access and are pushing branches directly to that repository and opening PRs using those, you can set the "base" branch in GitHub to the previous branch, and it will let you merge 0 first and it will automatically update desc…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@slymon99
Comment options

@mlcui-corp
Comment options

Answer selected by slymon99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants