Hi, I'm a GIT idiot, so I need a little help on getting a properly setup repo at linuxtv.org. Can someone tell me if this is the right procedure: $ ssh -t awalls@xxxxxxxxxxx git-menu (clone linux-2.6.git naming it v4l-dvb <-- Is this right?) $ git clone \ git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ v4l-dvb $ cd v4l-dvb $ git remote add linuxtv http://linuxtv.org/git/v4l-dvb.git $ git remote add awalls ssh://linuxtv.org/git/awalls/v4l-dvb.git $ git remote update and then what? Something like $ git checkout -b cxfoo linuxtv/master to develop changes for some Conexant chips for example??? Thanks, Andy -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html