本文介绍了MATLAB git Pull的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用MATLAB的git支持,有趣的是似乎没有拉选项。有取和合并。
有没有一种直接的方法可以在MATLAB中从git中获取?
。
解决方案
在您的中回答,这可以是使用shell转义实现!
:
$ b
!git pull
I am using MATLAB's git support, and interestingly there doesn't seem to be a "pull" option. There is "fetch" and "merge".
Is there a direct way of pulling from git in MATLAB?
解决方案
Answered in your related question, this can be achieved using the shell escape !
:
!git pull
这篇关于MATLAB git Pull的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!