You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "Xuanwo (via GitHub)" <gi...@apache.org> on 2023/03/19 02:32:44 UTC

[GitHub] [incubator-opendal] Xuanwo commented on pull request #1679: fix issue 1235

Xuanwo commented on PR #1679:
URL: https://github.com/apache/incubator-opendal/pull/1679#issuecomment-1475077259

   > no conflicts in my local repo, how can i find conflicts?
   
   Hi, please checkout the working branch from upstream instead of your own fork. You can achieve it that way:
   
   ```shell
   git remote add upstream https://github.com/apache/incubator-opendal.git
   git fetch upstream
   git checkout upstream/main
   git checkout -b <my-working-branch>
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

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