Overview
From the git website
:
Git is an open source version control system designed to handle very large projects with speed and efficiency, but just as well suited for small personal repositories; it is especially popular in the open source community, serving as a development platform for projects like the Linux Kernel, Ruby on Rails, WINE or X.org.
Distributed SCM
Git is a distributed SCM, meaning that there is not necessarily a single "master" SCM server. Git support in pulse™ assumes nothing about your git repository origanisation, however it is fair to say that you will get more out of pulse™ if you frequently integrate changes into a shared git repository. Indeed, the only way to achieve the practice of continuous integration is to make sure code changes are merged frequently into a common codebase.
Personal Builds
Note that personal builds are currently not supported for git. However, this feature will be added in a future version.