gzx_dropdown_menu icon indicating copy to clipboard operation
gzx_dropdown_menu copied to clipboard

修复某些场景下,造成遮罩层宽度不适配手机屏幕问题。

Open cavanlee opened this issue 3 years ago • 2 comments

cavanlee avatar Aug 20 '20 06:08 cavanlee

感谢你为代码做的贡献!👍 但是我通过GitHub提供的命令行进行解决冲突了,合并到master后push到GitHub,然后刷新该页,还是提示This branch has conflicts that must be resolved。 下面是GitHub提供的解决冲突的命令:

Step 1: From your project repository, check out a new branch and test the changes. git checkout -b cavanlee-master master curl -L https://github.com/GanZhiXiong/gzx_dropdown_menu/pull/32.patch | git am -3

Step 2: Merge the changes and update on GitHub. git checkout master git merge --no-ff cavanlee-master git push origin master

我不知道该怎么解决了, 我感觉是你的pr方式不对导致的吧,因为处理其他pr没有遇到过需要执行curl -L https://github.com/GanZhiXiong/gzx_dropdown_menu/pull/32.patch | git am -3这条命令。

如果你知道怎么解决? 如果不知道,我将关闭这个pr了,反正我已经把你的代码合并到master了。 再次感谢你的贡献!😀

GanZhiXiong avatar Apr 07 '21 10:04 GanZhiXiong

git status提示下面这个,不知你是否清楚?

$ git status
On branch master
Your branch is up to date with 'origin/master'.

You are in the middle of an am session.
  (fix conflicts and then run "git am --continue")
  (use "git am --skip" to skip this patch)
  (use "git am --abort" to restore the original branch)

nothing to commit, working tree clean

GanZhiXiong avatar Apr 07 '21 10:04 GanZhiXiong