MatrixBerryCore
gitgeturl.m
Go to the documentation of this file.
1 function urlStr=gitgeturl(WorkingCopy)
2 urlStrList=mxberry.dev.scm.git.gitcall('ls-remote --get-url',WorkingCopy);
3 urlStr=[urlStrList{:}];
4 urlStr=strtrim(urlStr);
function gitgeturl(in WorkingCopy)