2009/9/8 Bo Lorentsen <bl at lue.dk>: > Is this newer than a git clone/pull ? I am quite new to git. git clone git://git.xfce.org/xfce/xfce4-panel (but you probably already have that) cd xfce4-panel git co -b devel --track remotes/origin/devel Or something like that. You can then switch between master and the devel branch using git co master/devel. Nick