D for Xcode Git Repository

The URL of this page is also the URL for interacting with the Git repository of the D for Xcode project. With Git installed, you can create a local copy of this repository with the following command:

git clone http://git.michelf.ca/d-for-xcode

Once you've cloned the repository this way, a “d-for-xcode” folder has been created and its content should reflect the current state of the repository.

If you later wish to update local branch to the latest available version use:

git pull

Please note that the head of this repository may contain untested or unstable code from time to time, so be careful.

Refer to the Git documenation to learn more about using Git.