How do I setup version control this is not clearly explained so that i can understand it. Can someone please explain this to me?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Jerome Bakker@jeabakker
Jerome Bakker - 0 likes
You must log in to post replies.Version control is a very broad concept. Which do you mean?
Version control for plugin code can be done on many platforms like GitHub, GitLab, SourceForge, etc. If you want to know how to use those search on their websites.
If you mean easier management of how your plugins and Elgg are installed on your website you probably mean Composer. Check their website of how to use that tool https://getcomposer.org/doc/00-intro.md
When using Composer to manage you plugin versioning have a look at the Elgg starter project for a good basis on the initial Composer setup. https://github.com/Elgg/starter-project
You can also put your Composer configuration (based of the started project) in a code versioning system that way you can easily revert changes.