Changes between Version 7 and Version 8 of Developer/Git
- Timestamp:
- 11/15/11 15:32:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developer/Git
v7 v8 10 10 RTEMS project is currently in the process of migrating its CVS repositories to GIT. A git repository has already been setup and is currently available for testing at http://git.rtems.org/. The conversion plan for this undergoing migration is in the [http://www.rtems.org/wiki/index.php/CVStoGit CVS to GIT] wiki page. 11 11 The git repository is available read-only to the public at large. Only a small subset of people have write permission, but everyone is welcome to commit a patch with proper licensing. 12 = Why git? = 13 14 12 15 = RTEMS GIT Repositories = 13 16 … … 32 35 You can browse our GIT history of all available repositories online by accessing http://git.rtems.org/. 33 36 = Using the GIT Repository = 37 38 git clone 39 git branch 40 git checkout 41 git remote 42 git fetch 43 git merge