This project uses the Gitflow Worflow.
You can learn more here
There are two branches Master and Dev. You will only need to concern yourself with the Dev branch.
The Dev branch will be used to integrate all the themes changes/features.
- Clone the central repository and create a tracking branch for develop:
git clone git@bitbucket.org:deviugo/comdev-website.git
git checkout -b dev bitb/dev
or HTTPS
git clone https://cjwd@bitbucket.org/deviugo/comdev-website.git
git checkout -b dev bitb/dev
Steps in the workflow:
- Git Pull Rebase the lastest version of the development branch
- Create a Feature branch off your local development branch to do your changes
- Make commits
- Merge your changes into your development branch
- Push your changes to the Bitbucket development branch
- All plugins have been removed from the repo
- Install plugins via the WordPress Dashboard
- To indicate that a plugin is required add it to the composer.json file (follow the pattern there)
- Plugin names and version are obtained from wpackagist.org
- You can also add it to themes/mocd/libs/tgm-plugin-activation/required-plugins.php
Semantic Versioning is used
1.0.0: March 9, 2017
- Initial Release