GitHub
Git is a version control system, a tool to manage your source code history. GitHub is a hosting service for Git repositories.
Interactive Design uses GitHub to hold all of our code: themes, plugins, and other supporting functionality. GitHub allows us (among many things) to easily:
- manage issues, bugs, and enhancements
- track milestones
- perform code reviews
- branch code and switch between alternative avenues
Once code is ready for live or staging, we deploy it to production.