| [crisos] How to use git for crisos | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/crisos Archives
] 
- To: crisos@xxxxxxxxxxxxxxxxxxx
 
- Subject: [crisos] How to use git for crisos
 
- From: Claudio <claudyus84@xxxxxxxxx>
 
- Date: Sun, 11 Jan 2009 23:21:38 +0100
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;         d=gmail.com; s=gamma;         h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding           :content-disposition;         bh=4XpuKkZbKf9Q/DCis+nPdud+U2yd4WKQZVElc2RY7yE=; b=xE1OVCW65+QOBxBenL9ENUI2QFXBV6B9xbcQogK+lVrTCESrcu5M1U5t1hKAhlmA2p       4bepg1P91koev9NYKlZG3qJ4Rr5nO63GT0r/uqiMfrLTrdjXoNUu7+8Dml9Rgye5Xxi5       1PUq1QEbGgl7TjV4Y1hnoC8VGw5lXE+9XQhYA=
 
- Domainkey-signature: a=rsa-sha1; c=nofws;         d=gmail.com; s=gamma;    h=message-id:date:from:to:subject:mime-version:content-type           :content-transfer-encoding:content-disposition;         b=o6ET90GvexCO+jAObtjRksT3mlAEuuPWUWlLiXDQnj3RpLSThly8SnYNF/cJ6J8x2P bCZFPQjkZIP5DYNvEwQNPgP1b2TOZt2wWnOAFVvD2CkwkWShJaMj3dRPLUKFWsN6jafK       BUpSFcgy5umxAqC9sfnMR7IZZCvAE4qMFTldo=
 
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.