User Tools

Site Tools


git:git_resources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
git:git_resources [2018/09/11 17:25] igorkagangit:git_resources [2022/12/29 07:15] (current) – external edit 127.0.0.1
Line 4: Line 4:
 DAG code repository:  https://github.com/dagdpz DAG code repository:  https://github.com/dagdpz
  
-Test repository to try things out: https://github.com/dagdpz/test LOL+Test repositories to try things out LOL 
 +https://github.com/dagdpz/test  
 +https://github.com/dagdpz/test_restricted_commits 
 + 
 +{{:restricted_commits_master_branch_settings.png?800|}} 
  
 Really easy GUI client for Win or Mac: https://windows.github.com/ Really easy GUI client for Win or Mac: https://windows.github.com/
Line 12: 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>
  
git/git_resources.1536686745.txt.gz · Last modified: 2022/12/29 07:15 (external edit)