[llvm-dev] Should git-llvm perform a pull --rebase after a push?

Kristina Brooks via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 26 00:13:53 PDT 2018


Hi,

Was just wondering, if the git-llvm script is meant to emulate the workflow one would
expect when working with the actual GitHub monorepo (when the time does come),
would it make sense for it to do a pull --rebase after everything has been committed,
although I guess the biggest issue would be the timing of this since the commit would
need to propagate back to the prototype mirror.

Or is this intentional? I figured logically some sort of way to update the local
git repository after a commit would make sense, although I'm not familiar enough
with git to know if it's possible (easily) or not.

Thanks.
- Kristina

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3996 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181026/fb98d265/attachment.bin>


More information about the llvm-dev mailing list