My favorites | Sign in
Project Logo
dil
                
Git  
Instructions on how to get the source code.

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

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 you might want to read to learn Git:

Useful applications:

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

Hosted by Google Code