[ Thread Index |
Date Index
| More lists.tuxfamily.org/crisos Archives
]
- To: crisos@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [crisos] Git...
- From: OB <obconseil@xxxxxxxxx>
- Date: Fri, 16 Jan 2009 11:43:02 +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 :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=MBg0zyMMUJaQr+3EAWtGv+EF9B1n0zKXAbmsvOh2np8=; b=LhITcqWKntwKt55sdAdJqVNfIR4z+S/YcFMsXYrp5Ap3DZUj20rEI1tZk7p4S6NLDM Rc89P3y4RLF2MqLDu7HbotnR7GwTNPdNF5E1dSG/E4BYgO4hjn1yh095GP6w2ClWpqAs jdV8rZsEwb4ypG6WK3UlKMF+totie72N5Upj8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=sRhCBjlG/wmdP3b9Zl73u7dShVci0EJxyt5Iadm+7g56JKbeKwKjcUH4EZLnLdvjwJ L6NPtoQ0mmMnJuilY5votb+FsdzuLSGlGQYSEhjMWLW6YjUEWIBWZGXmPkB4V4HyJazi jW7s2R4dcgcFDCGVuq93yBnlF/7s792cVyTok=
mcostantino@xxxxxxxxxxxxxxx a écrit :
> Has anyone found a solution about git?
> It doesn't seems it's only a problem of mine :\
>
>
> ---
> CrisOs mailing list
> Official multi-language http://www.crisos.org/ mailing list
>
> For unsubscribe send empty mail to: crisos-request@xxxxxxxxxxxxxxxxxxx with subject unsubscribe.
>
Do the following to checkout:
~ > git clone git://repo.or.cz/openwrt/crisos.git
~ > cd crisos
~ > git checkout origin/crisos
~ > git checkout -b master
(Note: The first checkout get the distant branch, the second create a local
branch with the "master".
This is the "svn update"-equivalent command :
~ > git pull origin crisos
It's a strange way to use git, anyway... :-)
Note: The file /tools/lzma/patches/100-lzma_zlib.patch seems to have been
edited under windows : Git on Linux automatically convert it in unix-style line
ending, and thus it appears as modified locally.
obconseil
--
People in the embedded space don't do prototypes. They hack something until it
works, then it's done.
---
CrisOs mailing list
Official multi-language http://www.crisos.org/ mailing list
For unsubscribe send empty mail to: crisos-request@xxxxxxxxxxxxxxxxxxx with subject unsubscribe.