JaroslavTulach commented on pull request #2091:
URL: https://github.com/apache/netbeans/pull/2091#issuecomment-626478625


   Do:
   ```
   netbeans$ git pull
   netbeans$ git checkout -f origin/master
   netbeans$ git status
   # everything clean, on a detached head
   netbeans$ git merge --squash NETBEANS-4192_KeyEventMasks
   netbeans$ git commit -m "some nice message"
   netbeans$ git status
   # everything clean
   netbeans$ git checkout -B NETBEANS-4192_KeyEventMasks
   netbeans$ git status
   # your branch diverged with original/NETBEANS-4192_KeyEventMasks by N commits
   netbeans$ git push -f
   ```
   


----------------------------------------------------------------
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.

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