You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I have an non standard project structure - my .cpp \ .h files and .sln \ project belongs to different dirs. The idea is like that:
Root Folder
----> ProjectFolder1
-------->.git is here!
-------->Headers
-------->Sources
----> ProjectFolder2
-------->.git is here!
-------->Headers
-------->Sources
----> ProjectFolder3
-------->.git is here!
-------->Headers
-------->Sources
----> Control folder
--------> Few other folders
------------>Solutions and projects folder
So, when i open git bash i am here "Solutions and projects folder", not in the "ProjectFolder1-3".
When i click buttons Tortoise write me an error message, coz it can not find .git folder.
How i can solve that problem?
P.S
MSVS 2012
The text was updated successfully, but these errors were encountered:
Thanks for attention!
I think that would be a good possibility to manage git folders manually for complex projects.
For example have additional project\solution property called "Git path". There could be different situations. User may keep one .git folder for whole solution, or each .git folder per project.
In my case, i need to keep .git folders near sources and have solution&projects in another directory. Thats not my whim, just an SDK for C++ i use made me organize files way like that. Now i click any button at toolbar and tortoise shows me Message Box "No working directory found". So, problem is not only with GitBash, but with whole toolbar and i dont know how to solve it.
So my suggestion is to add support for complex projects.
Hello! I have an non standard project structure - my .cpp \ .h files and .sln \ project belongs to different dirs. The idea is like that:
Root Folder
----> ProjectFolder1
-------->.git is here!
-------->Headers
-------->Sources
----> ProjectFolder2
-------->.git is here!
-------->Headers
-------->Sources
----> ProjectFolder3
-------->.git is here!
-------->Headers
-------->Sources
----> Control folder
--------> Few other folders
------------>Solutions and projects folder
So, when i open git bash i am here "Solutions and projects folder", not in the "ProjectFolder1-3".
When i click buttons Tortoise write me an error message, coz it can not find .git folder.
How i can solve that problem?
P.S
MSVS 2012
The text was updated successfully, but these errors were encountered: