05-26-2023 04:10 AM
Hi,
I am looking to configure the Merge and Diff tool in Git Extension.
Due to our IT policy we cannot use any other client than Git Extension.
I know there are already a lot of post concerning this topic since 2013. And I was going from a link to another and unfortunatly was not able to find a solution.
Please if you succeed to configure GitExtension could you share your solution.
Thanks in advance
Solved! Go to Solution.
05-31-2023 08:36 AM
I finally found a solution.
I am using a script done by Samuel Taggart, it can be downloaded here SAS-blog / LVCompare-Merge-Setup · GitLab
The setup instruction are on the link. which consist of running the following batch command:
cd && git clone https://gitlab.com/sas-blog/LVCompare-Merge-Setup.git && cd LVCompare-Merge-Setup && ./setupLVTools.sh
then I have configured git extension as follow>
cheers,