Hi,

On Sun, Apr 10, 2011 at 09:18:02AM +0200, Sandro Santilli wrote:

>  git clone git://git.savannah.gnu.org/gnash.git
>  cd gnash
>  git branch fast origin/fast
>  git checkout fast

The last two can be done in one step:

   git checkout -b fast origin/fast

In fact, the whole thing can be done in one step:

   git clone -b fast git://git.savannah.gnu.org/gnash.git

-antrik-

_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to