message no. 176387
Posted by rostam in #github at 2019-12-14T00:03:05Z
newbie question, I have started a code review from my local branch, pushing into the remote branch and using pull request on github to merge to devel branch, if later I do any changes locally as part of code review and use "git commit --amend" I can not push it to remote branch again, becasue of conflict, the only way that i can do is to force it , i.e git push -f. Is there a way I do not force the push command?