Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] disaster recovery

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jeremy Blosser <jblosser-smgl AT firinn.org>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] disaster recovery
  • Date: Wed, 14 Mar 2007 10:37:52 -0500

On Mar 14, Ladislav Hagara [ladislav.hagara AT unob.cz] wrote:
> > So, Jeremy patenly helped me to get this new devel-shadow branch of
> > our grimoire up.
> > In this branch, there are the fixes for bug 13505 and the create_group
> > in FINAL instead of INSTALL.
> > Ladislav, would you check this out and test shadow from there?
>
>
> Sorry, no time now.
> I wanted to try it, but still only novice in git.
> Still no time to learn branches in git.
> Of course I tried it according to http://wiki.sourcemage.org/Git_Guide
> but I am not able even to print available branches.
> "git branch" prints only master. Sorry but really no time to study git.
>
> $ git branch
> * master
>
> Just tried "git branch -a" and it works, maybe later ...

git 1.5 changed this; it's a *lot* easier to do now, but our guide isn't
updated yet.

'git branch' shows only your local branches.
'git branch -r' shows the remote branches.
'git branch -a' shows all of them.

To try this branch, you can do:
git checkout -b devel-shadow origin/devel-shadow

This will make a local copy of that branch you can deal with as you're used
to.

Attachment: pgpL4ApO_e0ir.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page