update grant command to match how mysql shows
Created by: bbodenmiller
When looking up the granted permissions for users in MySQL using show grants for 'git'@'localhost';
it shows the permissions in this order regardless of how you enter them. Changing so that comparing your actual permissions vs. what installation guide says is easier.