ilya-biryukov added a comment.

In D131175#3732379 <https://reviews.llvm.org/D131175#3732379>, @sammccall wrote:

> But often I forget and edit it in phab, and I don't know of a command to pull 
> those edits down into my git repo.

I ended up always doing this for landing changes:

  $ git switch main
  $ git pull --ff-only
  $ arc patch --nobranch D123456
  $ git push origin main

That way I get the latest description from phabricator and also the reviewed-by 
tags.
And I basically ignore what the commit messages says on my branch while it's 
WIP, phab is source of truth after the initial change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131175

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to