mbien commented on PR #5583:
URL: https://github.com/apache/netbeans/pull/5583#issuecomment-1450296720

   @AanshSavla this is done via force push (`-f` option). Instead of a regular 
push which adds to the remote branch, it will replace the remote branch.
   
   before doing that: please squash the two commits to one commit. Then you can 
amend the commit and fix the email address.
   `git commit --amend --author="John Doe <[email protected]>" --no-edit`
   
   `git log` will then show the updated commit header
   
   as already mentioned, PRs are not the right place to discuss git setup or 
usage issues, please use the mailing list or discussion forums for that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to