Re: git
Jens Kasten <[email protected]>
| Newsgroups | gmane.linux.rsbac |
|---|---|
| Message-ID | <1273003168.13413.1.camel@jaschtschik-pc> |
Ok thanks a lot, only the checkout parameter was missing. Am Dienstag, den 04.05.2010, 13:55 +0200 schrieb Amon Ott: > On Tuesday 04 May 2010 wrote Jens Kasten: > > could someone give a working example for checkout with git the kernel > > 2.6.33? > > All what iam was trying i get only the latest and not the stable kernel. > > git clone http://git.rsbac.org/linux-2.6 my-dir-name > cd my-dir-name > git checkout -b rsbac-1.4-2.6.33 origin/rsbac-1.4-2.6.33 > > If you have bash_completion, I recommend this in your .bash_profile: > PS1='\u@\h:\w$(__git_ps1 " (\[\033[34;01m\]%s\[\033[00m\])")\$ ' > > Amon.