Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] [Please Help] Problems in pushing new code to Gerrit

Hi,

 We have finished some test cases for argument completion project. And we tried to push these tests to repo yesterday. We are not familiar with Gerrit and had some problems. 

 At first, we just used push like this: 
 git push ssh://username@xxxxxxxxxxxxxxx:29418/(project).git HEAD:refs/for/master
 
 It seems we pushed our change to repo successfully, but when we checked this page (https://git.eclipse.org/r/#/c/10681/), we found nothing changed. So we tried several other methods, like add change-id, and tried to push several times.

 Then we found actually we had made some changes on Gerrit, because when we tried to clone the project it was the latest one and also we found this page (https://git.eclipse.org/r/#/c/12736/). Unfortunately there are some useless commits and no source files which should be reviewed by other committers. For the moment we have no idea how to solve this problem. We want to show the new code to others and remove those useless commits. Could you help us? 

 Thank you very much!

Best wishes,
Tong
 

Back to the top