Hint: A potential Change-Id was found, but it was not in the footer (last paragraph) of the commit message

git提交有冲突,解决冲突之后push出现如上的提示。

解决办法:

git commit --amend

删除掉冲突相关的提示内容保存

    Conflicts:

        src/com/android/gallery3d/data/ImageCacheRequest.java
        src/com/android/gallery3d/data/LocalPanoramaImage.java
        src/com/android/gallery3d/data/PreCreatePanoramaThumbTask.java

如上面这部分内容

 

posted on 2015-03-03 16:13  Matrixin  阅读(1177)  评论(0编辑  收藏  举报

导航