Difference between revisions of "Activity Team/Git"
Jump to navigation
Jump to search
m (create page) |
|||
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude> | + | <noinclude>{{TeamHeader|Activity Team}}[[Category:Activity Team]]</noinclude> |
− | == | + | ====<includeonly>Additional background on </includeonly> GitHub ==== |
+ | * [[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://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://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] |
Latest revision as of 15:50, 2 December 2014
GitHub
- 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