GIT Server: Difference between revisions
Jump to navigation
Jump to search
(New page: Category:Development) |
No edit summary |
||
Line 1: | Line 1: | ||
==Anonymous access== | |||
TODO.. | |||
==For developers== | |||
===Clone repository=== | |||
git clone git@git.alsa-project.org:alsa-kernel.git alsa-kernel | |||
===Add and pull from official linux-2.6 tree=== | |||
git remote add linux-2.6 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | |||
git pull linux-2.6 master | |||
===Branches=== | |||
; alsa | |||
: this branch is for main development (Andrew Morton will get patches for mm tree) | |||
; for-linus | |||
: this branch is for mainstream tree (for Linux Torvalds) | |||
===Maintenance=== | |||
GIT server is maintaned by [[User:Perex]]. | |||
[[Category:Development]] | [[Category:Development]] |
Revision as of 12:38, 25 April 2008
Anonymous access
TODO..
For developers
Clone repository
git clone git@git.alsa-project.org:alsa-kernel.git alsa-kernel
Add and pull from official linux-2.6 tree
git remote add linux-2.6 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git git pull linux-2.6 master
Branches
- alsa
- this branch is for main development (Andrew Morton will get patches for mm tree)
- for-linus
- this branch is for mainstream tree (for Linux Torvalds)
Maintenance
GIT server is maintaned by User:Perex.