Re: stable branch



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]