[crisos] How to use git for crisos

[ Thread Index | Date Index | More lists.tuxfamily.org/crisos Archives ]


Hi all,
so crisos git repository is now at git://repo.or.cz/openwrt/crisos.git

For generic git information please refer to
http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html or
similar git guide.

=== How to obtain crisos ===

Now to obtain crisos you should use:
$ git clone git://repo.or.cz/openwrt/crisos.git
$ git checkout crisos

you can run make, make V=99, make menuconfig and make
kernel_menuconfig for your purpose

=== How to contribute to crisos ===

You can publish your crisos changes on crisos git repository. Please
don't pull changes directly in __crisos branch__ but use your own.

First obtain crisos and set your information
$ git clone git://repo.or.cz/openwrt/crisos.git
$ git checkout crisos
$ git config user.email <your email>
$ git config user.name <your name>
Now start your branch
$ git branch crisos_exp   (create your branch crisos_exp)
$ git checkout crisos_exp (switch to it)
(made your change)
$ git add <files_to commit>
$ git commit   (describe your change with a long description)

Now you can public your changes and describe it on crisos [[mailinglist]]
Register yourself to http://repo.or.cz/m/reguser.cgi so
$ git pull ssh://repo.or.cz/srv/git/openwrt/crisos.git crisos_exp
#change it with your changes

=== Git is the ""devil" ===

Kill your panic with:
$ gitk --all &
or
$ git-gui

This changes obsolete some wiki information.

Regards

---
CrisOs mailing list
Official multi-language http://www.crisos.org/ mailing list

For unsubscribe send empty mail to: crisos-request@xxxxxxxxxxxxxxxxxxx with subject unsubscribe.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/