stable branch

Yury V. Zaytsev yury at shurup.com
Tue May 4 20:18:59 UTC 2010


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




More information about the mc-devel mailing list