Back to the table of contents

Previous      Next

How to get the latest sources from our Git repository

First, you need to install git. If you use Debian or Ubuntu:

	sudo aptitude install git-core
If you use Fedora or one of its derivatives:
	sudo yum install git-core
If you use Windows, try using Google.

Then change to the directory where you want to put it, and clone our repository:

	git clone git://git.code.sf.net/p/waffles/code waffles
	


You can also browse our repository on-line.


If you plan to make a lot of changes, then you should probably first become a developer by sending us email. My email address is on the main page. After we add you as a developer on the project, you will clone the repository like this:
	git clone ssh://your-sourceforge-username@git.code.sf.net/p/waffles/code waffles
	
You can then push your changes into our repository like this:
	git commit -a
	git push

Previous      Next

Back to the table of contents



Hosting for this project generously provided by:
SourceForge.net Logo