How to release / use plugins
#7
I don't think you should be adding submodules - they will want to get checked into the main repo if you commit anything from your folder. Instead, do a clean git clone into the plugin's folder:
Code:
cd Plugins/MyPlugin
git clone https://github.com/madmaxoft/MyPlugin.git .
Reply
Thanks given by:


Messages In This Thread
How to release / use plugins - by Schwertspize - 10-27-2015, 09:40 PM
RE: How to release / use plugins - by xoft - 10-28-2015, 07:52 AM



Users browsing this thread: 1 Guest(s)