try "git branch -av" to show the branches you have in the git repo's you just cloned.
The default branch "master simply has no files. try "git checkout experimental/android-3.10" for a good time. On Thu, Jul 25, 2013 at 9:59 AM, Dongwon Kim <[email protected]> wrote: > Currently any of these git command doesn't get me Kernel source code. > Isn't anyone experiencing the same thing? > > $ git clone https://android.googlesource.com/kernel/common.git > $ git clone https://android.googlesource.com/kernel/exynos.git > > > -- > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-kernel > --- > You received this message because you are subscribed to the Google Groups > "Android Linux Kernel Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- create interesting things. -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "Android Linux Kernel Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
