Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user I want to manage the submodules from TGit. #23

Open
GreenKn1ght opened this issue Aug 17, 2016 · 5 comments
Open

As a user I want to manage the submodules from TGit. #23

GreenKn1ght opened this issue Aug 17, 2016 · 5 comments
Assignees
Projects
Milestone

Comments

@GreenKn1ght
Copy link

So, i wanna add and update submodules. Also if it possible i wanna checkout, commits, etc (all existing operations).

This is a huge task, so if you decide to implement it, I can split task into few parts.

@sboulema
Copy link
Owner

You can do this through the sync option... it shows a TortoiseGit dialog with submodule control.
I am trying to avoid re-inventing the wheel, as in if TortoiseGit can do it use that, that is why the flow operations are custom built.

@GreenKn1ght
Copy link
Author

GreenKn1ght commented Aug 17, 2016

Ok, thanks for info, I will use it, but still no way to others operations.

Biggest problem for me: when i changed submodule from main solution, i can't commit changes for it.
I can call Commit to solution and if it have changes, when i press to Commit button Tortoise will say me "Submodule dirty" and suggest Commit submodule. But submodule's head after cloning stays on commit, not on branch, so i can't commit "to (no branch)".

@sboulema sboulema self-assigned this Aug 17, 2016
@GreenKn1ght
Copy link
Author

What about this issue? Won't do?

@sboulema
Copy link
Owner

Still trying to come up with a good way to do this, reopening :)

@sboulema sboulema reopened this Aug 26, 2016
@sboulema sboulema added this to the vNext milestone Aug 26, 2016
@sboulema sboulema added this to To do in TGit Feb 19, 2018
@ddobrev
Copy link

ddobrev commented Nov 19, 2021

I have a problem with this: TGit always activates TortoiseGit for the main repo and not for the one containing the currently edited file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
TGit
  
To do
Development

No branches or pull requests

3 participants