Hi!

On Tue, 2010-05-04 at 21:58 +0200, Szabó Gergely wrote:
> After a git-clone or a git-pull, all I can see is the master branch.
>         $ git branch
>         *master

git checkout --track 4.7.0-stable

or

git checkout origin/4.7.0-stable -b 4.7.0-stable

To return to the master branch do

git checkout master
 
-- 
Sincerely yours,
Yury V. Zaytsev

_______________________________________________
mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel

Reply via email to