Exporting custom rule setting

Thanks @saberduck

I have created some custom rules using templates available in the sonarqube server, For example,

I want to check particular key is defined in the properties file or not. For that i have sonar-jproperties plugin, in that i have customized the key and i have checked it with one project or codebase.

What i need- I have customized the above plugin in the sonar by mentioning key value. So, I want to export the customized rule or template to my local or any repository.

Is there any way to export it to local or into private GIT ?

I moved your question to the new topic, as it seem to be unrelated to the previous discussion.
Currently there is no way to export rule configuration into git.

Thanks @saberduck