[PATCH] D67262: [git-llvm] Do not reinvent `@{upstream}`
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 8 00:35:16 PDT 2019
leonardchan added a comment.
Hi! I think this might've broken the normal workflow for using this helper script shown in https://llvm.org/docs/GettingStarted.html#for-developers-to-commit-changes-from-git
Normally, my workflow is
$ git checkout branch-to-do-work-on
$ # make and add my changes
$ git commit
$ git llvm push
But on the `git llvm push` I get
`git merge-base HEAD '@{upstream}'` returned 128
fatal: no upstream configured for branch 'branch-to-do-work-on'
I think this patch might be the cause of this. Could you look into it?
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