felipepiovezan wrote:

It's worth mentioning that the LLVM convention (as opposed to what is done in 
the swift fork) is to avoid force-pushing.
Instead, you'd always add a new fixup commit  (`git commit --fixup`) and squash 
them when merging (note that, for llvm, github will force you into squashing).

This obviously raises the question of: "what if I want to have small, 
independent PRs?".
No good solutions, I'm afraid, other than stacked PRs and scrips that help with 
that.

https://github.com/llvm/llvm-project/pull/135963
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to