Re: stable branch
- From: "Yury V. Zaytsev" <yury shurup com>
- To: szg subogero com
- Cc: MC Devel <mc-devel gnome org>
- Subject: Re: stable branch
- Date: Tue, 04 May 2010 22:18:59 +0200
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]