[PATCH] D67262: [git-llvm] Do not reinvent `@{upstream}`

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 07:02:10 PDT 2019


davezarzycki added a comment.

In D67262#1664562 <https://reviews.llvm.org/D67262#1664562>, @thakis wrote:

> Upon re-reading this sounds a bit accusatory. That's not how I meant this, apologies for that! I understand you're solving a problem you're having and that's a fine thing to do of course. I'm just trying to say that this particular approach (unintentionally!) caused a problem for me, and I imagine for many people using the monorepo.
>
> I'm trying to brainstorm ways forward that solve your problem without breaking me.


No worries. FYI – If you type: `git checkout -b myNewBranch origin/master` then the upstream tracking will automatically be setup.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67262/new/

https://reviews.llvm.org/D67262





More information about the llvm-commits mailing list