necouchman commented on issue #397: GUACAMOLE-781: Add Czech translation URL: https://github.com/apache/guacamole-client/pull/397#issuecomment-486377008 Two things: * The commit message should be in the same format as the pull request - e.g. GUACAMOLE-781: Update cz.json file. * In order to squash the commits together you need to rebase your commits - so, on the git command line, do "git log" and look for the commit before your first one, and copy the commit id. Then take that commit id and do "git rebase -i <commit id>" which will give you the option to edit the commits. You'll want to edit the message on one of them (amend), and then merge the remaining ones into that one (use the "fixup" option), then you can do a force push (git push -f) to push those changes back to the github repo.
---------------------------------------------------------------- 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] With regards, Apache Git Services
