How can I save git audit info embedded into simulation output

I'd like to improve the traceability of my simulation outputs. I currently use a diary file to record the git commit and save it alongside my simulation output, but it would be even better if I could embed the commit info inside the output object. Is there a Matlab function to do this? Thanks

 채택된 답변

Fangjun Jiang
Fangjun Jiang 2025년 6월 25일
편집: Fangjun Jiang 2025년 6월 25일
Run system(), or use MATLAB's git command, e.g.
OutStr=system('git status')
help git
Contents of git: gitclone - is a function. gitinit - is a function. gitrepo - is a function. matlab - is a namespace.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Git in MATLAB에 대해 자세히 알아보기

제품

릴리스

R2022b

질문:

2025년 6월 25일

편집:

2025년 6월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by