This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
git:git_resources [2018/09/11 23:22] igorkagan |
git:git_resources [2019/02/28 09:39] (current) igorkagan |
||
---|---|---|---|
Line 7: | Line 7: | ||
https://github.com/dagdpz/test | https://github.com/dagdpz/test | ||
https://github.com/dagdpz/test_restricted_commits | https://github.com/dagdpz/test_restricted_commits | ||
+ | |||
+ | {{:restricted_commits_master_branch_settings.png?800|}} | ||
Line 15: | Line 17: | ||
Intuitive and more powerful client, Win, Linux, Mac: http://www.collab.net/downloads/giteye | Intuitive and more powerful client, Win, Linux, Mac: http://www.collab.net/downloads/giteye | ||
+ | <WRAP center round important 60%> | ||
To add repositories to MATLAB path, **excluding** .git, add the following in startup.m | To add repositories to MATLAB path, **excluding** .git, add the following in startup.m | ||
+ | </WRAP> | ||
+ | |||
<code="matlab">addpath(genpath_exclude('...Repos','.git')); % genpath_exclude function in Igtools/external </code> | <code="matlab">addpath(genpath_exclude('...Repos','.git')); % genpath_exclude function in Igtools/external </code> | ||