My favorites | Sign in
dil
Project Home Downloads Wiki Issues Source
Search
for
Source  
Instructions on how to get the source code.
Featured
Updated Apr 21, 2010 by aziz.koe...@gmail.com

Use this command to anonymously check out the latest project source code:

This will download the whole repository and put it into the 'dil' folder.

git clone git://github.com/azizk/dil.git dil

Or if you like, use SVN to fetch a copy of Dil:

svn co http://svn.github.com/azizk/dil.git dil

To update the repository type these commands:

git fetch
git merge

or in one step:

git pull

You can also browse the repository or download the latest revision dil.zip or dil.tar.gz.

Some interesting articles and links you might want to check out to learn Git:

Useful applications:

  • git-cola: a GUI application with extensive features for Git written in Python with PyQt4. Highly recommended!
  • Gitk: a simple tool for viewing the repository history and its branches.

The Google Code SVN repository is not used for development, but for storing miscellaneous files.


Sign in to add a comment
Powered by Google Project Hosting