Avoiding multiple commits on a Pull Request

hello

Am trying to commit my changed code to an original PR that i made but am having an error and can’t seem to get around it. Here is a pastebin log of it https://pastebin.com/zn56UFKP Any help would be greatful @dkayiwa @herbert24 @samuel34

1 Like

I believe you this helps

1 Like

thanks, let me have a look at that

1 Like

Use git push --force instead of git push after making a commit.

2 Likes

Hope this will more help to you - https://medium.com/@R.Sumangala/how-to-send-a-good-pr-to-the-openmrs-821c00a7e049

1 Like

Thanks Suthagar for this , it’s very helpful

1 Like