Tag Archives: Version control

New project in Bitbucket and Source Tree

Posted in Development on December 2, 2014

Source Tree is the free desktop interface for Bitbucket. No more complex command line commands that no one can remember. In this blog we will explain how to setup a remote repository in Bitbucket and clone that into your local Source Tree app.

Read more

Using Git in team development (part 2)

Posted in Development on September 17, 2014

The second part about collaboration using the version control system Git. Here we discuss the heart of this collaboration with the Git commands push and pull. Because the major CMS systems around (e.g., WordPress, Drupal, Joomla) work with databases to save your sites configuration it is also important to sync your database between the developers, and more importantly, between the local development environments and the staging and live environments.

Read more