Activity Team: Difference between revisions

No edit summary
Line 34: Line 34:


*[[Activity_Team/Modifying_an_Activity]]
*[[Activity_Team/Modifying_an_Activity]]
===General Overview of git and gitorious===
Once you have [[Activity Team/How_to_migrate_from_OLPC|migrated]] your project, you may encounter some of these [[Activity Team/Git FAQ|questions]].
Additional background on git can be found at these locations:
* [[Activity Team/Git FAQ|Sugar Labs git FAQ]]
* [http://book.git-scm.com/ Git Community Book]
* John Wiegley has written an overview of git: [http://ftp.newartisans.com/pub/git.from.bottom.up.pdf Git from the bottom up].
* Charles Duran from Harvard has written a lovely overview of git at [http://www.eecs.harvard.edu/~cduan/technical/git/ Understanding Git Conceptually].
* GNOME maintains a [http://www.gnome.org/~federico/misc/git-cheat-sheet.txt list of references to git for mortals].
* [http://progit.org/book/ Pro Git] by Scott Chacon
* [http://www.gitcasts.com/ Gitcasts]


== Testers ==
== Testers ==
Line 93: Line 108:


While not strictly in the realm of Activities, it may be useful on occasion to add a section to the Sugar Control Panel. [[Activity Team/Control Panel|Things to keep in mind]].
While not strictly in the realm of Activities, it may be useful on occasion to add a section to the Sugar Control Panel. [[Activity Team/Control Panel|Things to keep in mind]].
===General Overview of git and gitorious===
[http://git.sugarlabs.org Gitorious] is the web front-end to git, the revision control system that Sugar Labs uses for project hosting. Once you have [[Activity Team/How_to_migrate_from_OLPC|migrated]] your project, as an Activity developer, you may encounter some of these [[Activity Team/Git FAQ|questions]].
* [[Activity Team/Git FAQ|Sugar Labs git FAQ]]
* [http://book.git-scm.com/ Git Community Book]
* John Wiegley has written an overview of git: [http://ftp.newartisans.com/pub/git.from.bottom.up.pdf Git from the bottom up].
* Charles Duran from Harvard has written a lovely overview of git at [http://www.eecs.harvard.edu/~cduan/technical/git/ Understanding Git Conceptually].
* GNOME maintains a [http://www.gnome.org/~federico/misc/git-cheat-sheet.txt list of references to git for mortals].
* [http://progit.org/book/ Pro Git] by Scott Chacon
* [http://www.gitcasts.com/ Gitcasts]


=== A typical update cycle ===
=== A typical update cycle ===