On Tue, Mar 11, 2014 at 5:03 PM, Benkő Pál <benko....@gmail.com> wrote:

> hi,
>
> > I've had to reinstall LilyDev, and I'm no longer able to see all of the
> > remote branches.  When I run
> >
> > git branch -a
> >
> > I simply see:
> >
> > dev/local_working
> > master
> > remotes/origin/master
>
> you may have cloned only the master branch.  try
> git fetch --all
>

Now I remember having used that command before.  Unfortunately, when I try
it now I still get the three branches.  Could it be something I need to
change in a config file?  Running git config --list gives me:

user.name=David Nalesnik
user.email=david.nales...@gmail.com
remote.origin.url=ssh://dnales...@git.sv.gnu.org/srv/git/lilypond.git
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=ssh://dnales...@git.sv.gnu.org/srv/git/lilypond.git
remote.origin.fetch=+refs/heads/master:refs/remotes/origin/master
branch.master.remote=origin
branch.master.merge=refs/heads/master
branch.master.rebase=true

--David
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to