Search code examples
gitsharekit

how do i commit and push my Sharekit 2.0 modified SHKConfig.h to my repo


I've pulled Sharekit 2.0 as a submodule as instructed. All works fine and I modfied the SHKConfig.h file with my app keys etc. All works fine.

I need to source control the config with my project however. How do I do this as its located within the Sharekit submodule and not my project repo.


Solution

  • I simply needed to sub class DefaultSHKConfigurator and override the properties