built-in Git integration vs. git for Windows
Show older comments
Hello,
I switched to using Matlab 2020b and I don't quite understand behvior of the built-in Git integration.
- why do I need to do Configure MATLAB on Windows (this page for 2020b is the same as for 2021a)? I was able to commit/push changes using MATALB gui without performing these steps.
- Does MATLAB built-in Git integration retrives git configuration saved in .gitconfig? It seems that yes (when I commit using MATLAB gui, it uses the right user name and email), but I have end of line character issue: in .gitconfig I have autocrlf = true (to support crossplatform development) and when I commit/push from gut for windows everything works fine, but when I commit the same changes using MATLAB gui I have thid issue.
Could you please help me to clafiry these points?
Thank you!
-Nikita
Answers (0)
Categories
Find more on Source Control in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!