Your comments
Ok, as far as I understood you - we can do this using the Tools Menu and customizing the Tools.
For Repo Specific you would need a script with the same name e.g. "OpenInDev.sh" in every Repo and point the command to the Repo Path.
Check out his example opening a VisualStudio Project:
https://docs.syntevo.com/SmartGit/Latest/Manual/GUI/Preferences/Tools#open-top-most-visual-studio-solution-from-current-repository
The Trick is you use Powershell, SH, ... as the Command and then run a script from ${repositoryRootPath}\openindev.sh
What is the reason/use case why you are opening many repos in explorer in one go?
I took Marc's sample and put it on GitHub https://github.com/syntevosmartgit/textconv
Important you need to define it in the Repo (.gitattributes) and in your local git config.
I took the textconv.zip and added also a sample for office files and created a GitHub Repo.
https://github.com/syntevosmartgit/textconv
Can you explain a bit more? What is the type of scenario that would work better with it?
Hi Martin,
In 24.1 in the Standard Window you will only see PR's where you are either Assignee or Reviewer - If I understand you
correctly you would also want it for Log Window?
Maybe you have a look in Standard Window (Window/Show Standard Window)
Best Regards
Daniel
Hi Martin,
Can you give me a bit of insight why you use 2 remotes with different PR's with the same local repo?
Best Regards
Daniel
Hi Marcelo,
What exaclty do you mean with this screen shot?
Cheers
Daniel
Thank you for your feedbackI
I will discuss this with our team.
Customer support service by UserEcho
Hi
Just to clarify:
* we are not talking about an interactive pre-commit hook
* the problem is that the shell context that is used to run the precommit hook is not aware of the environment variables required to finish the task
Did I understand it?
Cheers
Daniel