James Johnston
unread,Nov 4, 2011, 4:13:45 PM11/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GitExtensions
Hi,
I am trying out basic submodule functionality in Git Extensions. I
have a repository called "sub" and a repository called "super"; sub is
a submodule of super.
When I open the super repository in Git Extensions, I can view the
history of it and do normal stuff in it as usual. I would like to work
with the submodule repository. How do I do this with Git Extensions?
Under the Submodules menu, I found the promising "Browse submodule"
menu with an entry for "sub". But when I click sub, Git Extensions
only refreshes the super project repository. It doesn't switch to the
submodule repository.
Basically what I want to do is have Git Extensions show me the
submodule repository and let me do commits in it, branch it, push/pull
it, etc. How do I do that?
Best regards,
James Johnston