Activity Team: Difference between revisions

Line 41: Line 41:
===General overview of git===
===General overview of git===


Read this brief overview and then '''start''' with James Cameron's [[Activity Team/Git Tutorial|git tutorial]].
Read the brief overview below but then '''start''' with James Cameron's [[Activity Team/Git Tutorial|git tutorial]].


====Setup (once per machine you're working on):====
====Setup====
(once per machine you're working on)
  git clone git://git.sugarlabs.org/whatever/mainline.git whatever
  git clone git://git.sugarlabs.org/whatever/mainline.git whatever


====Regular usage:====
====Regular usage====
  cd whatever
  cd whatever
[hack away and test your changes]
[hack away and test your changes]
Line 74: Line 75:
Once you have [[Activity Team/How_to_migrate_from_OLPC|migrated]] your project, you may have some more detailed [[Activity Team/Git FAQ|questions regarding how Sugar Labs uses git]], particularly in regard to patch management.
Once you have [[Activity Team/How_to_migrate_from_OLPC|migrated]] your project, you may have some more detailed [[Activity Team/Git FAQ|questions regarding how Sugar Labs uses git]], particularly in regard to patch management.


Additional background on git can be found at these locations:
----
 
====Additional background on git====


* [[Activity Team/Git FAQ|Sugar Labs git FAQ]]
* [[Activity Team/Git FAQ|Sugar Labs git FAQ]]