tqchen commented on pull request #7235:
URL: https://github.com/apache/tvm/pull/7235#issuecomment-757059177


   The flow that set an upstream option has been working well so far:
   
   ```
   git upstream add upstream https://github.com/apache/tvm
   ./tests/lint/git-clang-format.sh -i upstream/main
   ```
   
   Since it operates on the diff of the commits, if the branch is behind the 
upstream/main and have two commits ahead, it will still applies to the files 
that are on the diff. Notably, this is also the flow recommended to setup the 
upstream in the official doc, 
https://tvm.apache.org/docs/contribute/git_howto.html#git-usage-tips
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to