I am running a full Joomla installation on my XAMPP environment which is using GIT. But GIT is now full tracking my Joomla installation including the component. I would like to show the component only in Github. I found this one but this is even more work Joomla Custom Compoment Dev Env : Hot Deployment
In short:
- Running Joomla + Component Locally
- Want to show it in GIT like this: https://github.com/dam-man/WorldCup-2014
It has to track only a few folders in this case as the Joomla installation doesn't need to be tracked by GIT. This way I can release a component very quickly by changing a few things and hit the download button in GIT instead of using Phing to make an installable zip file for Joomla.
Is this possible or do I need to track the complete Joomla installation.