--
You received this message because you are subscribed to the Google Groups "tortoisegit-users" group.
To post to this group, send email to tortoise...@googlegroups.com.
To unsubscribe from this group, send email to tortoisegit-us...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tortoisegit-users?hl=en.
2010/6/7 Jacob Christ <ja...@pontech.com>:
That removes the branch from my local repository - but not from any
remote repository, which is what I was talking about.
Jasper
It actual use "git push :branch" to delete remote branch, which is
standard git command. I am not sure what to do by git.
I think git remove reference at least.
I'm sorry for not getting back to you sooner. The problem is that
there are no "origin/" branches.
So I would have to do a "git fetch origin", which I see can be done
through the browse refs screen. However, I can only see this in a
newly cloned repository, not in the one I was working on. In my
original repository, in the browse refs screen, there wasn't even a
"remotes" entry.
This is because I never cloned the repository, but simply created two
empty repositories and started pushing.
Do note that this problem stretches beyond "non-cloned repositories",
I have tried, and I run into the same problem when creating any other
repository through the "manage repositories screen".
Do also note that this problem stretches beyond "deleting branches as
well" - as far as I can see there is no way for me to pull a branch
that I haven't made myself.
The problem comes down to: repositories made through the manage
repositories screen don't show up in the browse refs screen, as such
there is no way to do a "git pull remote". Logically this is cause by
the fact that there are no known refs on the remote.
Jasper Horn
Never mind all that, I just found that there is a way: through the git
sync option. I think it is still a bit obscure how to do this, but I
guess I don't have a better alternative either.
Jasper Horn