Difference between revisions of "Git"

From Openembedded.org
Jump to: navigation, search
(information and remove redundant information)
(Other topics)
(9 intermediate revisions by 6 users not shown)
Line 5: Line 5:
 
See [[GitPhraseBook]] for instructions on how to use the OE git repo.
 
See [[GitPhraseBook]] for instructions on how to use the OE git repo.
  
Web interfaces: http://git.openembedded.net/
+
* Web interfaces: http://cgit.openembedded.org/
 +
* Git repository: git://git.openembedded.org/openembedded
  
 
= Other Repositories of Interest =
 
= Other Repositories of Interest =
 
* http://git.openmoko.org/
 
* http://git.openmoko.org/
* http://svn.o-hand.com/view/poky/
+
* http://git.pokylinux.org/
** svn co http://svn.o-hand.com/repos/poky/trunk poky
 
  
See GitPhraseBook for ideas on how to use additional remote repositories.
+
See [[GitPhraseBook]] for ideas on how to use additional remote repositories.
  
= Monotone to Git Conversion Issues =
+
= Other topics =
* [[Monotone to Git ID mapping]]
+
* [[MultipleRepositoryMethods]]
  
 
= Why Git =
 
= Why Git =

Revision as of 14:51, 22 December 2010

OpenEmbedded Git repository

The Git repository is now the official source repository. Monotone is no longer used.

See GitPhraseBook for instructions on how to use the OE git repo.

Other Repositories of Interest

See GitPhraseBook for ideas on how to use additional remote repositories.

Other topics

Why Git

Why did we switch from monotone to git:

  • better support for branching and merging (this is where git shines)
  • much faster
  • much larger user base -- many people doing OE work are already using git for kernel work

Mail list discussions on the topic: