Kuku/Git Usage: Difference between revisions
< Kuku
Jump to navigation
Jump to search
(Creating page to describe how kuku works with git) |
|||
Line 2: | Line 2: | ||
==Git commands for working with Kuku== |
==Git commands for working with Kuku== |
||
The Kuku code can be gotten with git with an itnitial import |
|||
===Importing the Code=== |
|||
git clone git://dev.laptop.org/projects/kuku |
git clone git://dev.laptop.org/projects/kuku |
||
===Adding a Remote Branch=== |
|||
===Working with Remote Branches=== |
|||
===Pushing to Remote Branches=== |
|||
== Useful Links == |
== Useful Links == |
Revision as of 21:00, 11 July 2007
This page describes how the kuku project uses git to manage the source code. Here you will find useful git commands for playing with the kuku code, as well as a description of what each branch means in terms of kuku development.
Git commands for working with Kuku
Importing the Code
git clone git://dev.laptop.org/projects/kuku