Activity Team/Git: Difference between revisions
Appearance
No edit summary |
consolidate references |
||
Line 1: | Line 1: | ||
<noinclude>{{TeamHeader|Activity Team}}</noinclude> | <noinclude>{{TeamHeader|Activity Team}}[[Category:Activity Team]]</noinclude> | ||
== Git and Gitorious == | === Git and Gitorious === | ||
* [[Activity Team/Git Introduction|Introduction]] | |||
* [[Activity Team/Git Tutorial|Tutorial]] | |||
* [[Activity Team/Git FAQ|Sugar Labs git FAQ]] | |||
* [[Activity Team/Git Migration|Migration]] | |||
* [[olpc:Git | Git at One Laptop per Child]] | |||
* An alternate, [http://cgit.sugarlabs.org cgit.sugarlabs.org] web interface to [http://git.sugarlabs.org/ git.sugarlabs.org]rg] | |||
*[ | * James Simmons' book [http://objavi.flossmanuals.net/books/ActivitiesGuideSugar-en-2010.08.30-15.48.49.pdf "Make Your Own Sugar Activities!"] chapter 11 explains Git for activity developers, it is highly recommended for intermediate and advanced users | ||
* Anish Mangal explains the [http://lists.sugarlabs.org/archive/sugar-devel/2010-October/027633.html git workflow] on the Sugar development mailing list | |||
* | |||
* [http://www.eecs.harvard.edu/~cduan/technical/git/ Understanding Git Conceptually] | * [http://gitlog.wordpress.com/2011/01/16/git-top-links-2010-1-2/ git top links: 2010-1] | ||
* [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://gitready.com/ Learn Git One Commit at a Time] | * [http://gitready.com/ Learn Git One Commit at a Time] | ||
* [http://progit.org/book/ Pro Git] by Scott Chacon, | |||
* [http://www.gitcasts.com/ Gitcasts]. | |||
* [http://andyjeffries.co.uk/articles/25-tips-for-intermediate-git-users 25 Git Tips] | * [http://andyjeffries.co.uk/articles/25-tips-for-intermediate-git-users 25 Git Tips] | ||
Revision as of 15:34, 1 February 2011
Git and Gitorious
- An alternate, cgit.sugarlabs.org web interface to git.sugarlabs.orgrg]
- James Simmons' book "Make Your Own Sugar Activities!" chapter 11 explains Git for activity developers, it is highly recommended for intermediate and advanced users
- Anish Mangal explains the git workflow on the Sugar development mailing list
- git top links: 2010-1
- Git Community Book
- John Wiegley has written an overview of git: Git from the bottom up
- Charles Duran from Harvard has written a lovely overview of git at Understanding Git Conceptually
- GNOME maintains a list of references to git for mortals
- Learn Git One Commit at a Time
- Pro Git by Scott Chacon,
- Gitcasts.
- 25 Git Tips