How to get terminal output when running git command?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sohil Shrestha
el 7 de Nov. de 2022
Respondida: Sohil Shrestha
el 10 de Nov. de 2022
I am trying to run git command through matlab script and get the terminal output.
I have had success when running
[status,cmdoutput] = system('TERM=ansi git diff-tree -r --name-only asdasd asdasdas');
However if I use git diff instead of git diff-tree, I get empty result back. I have tried to run the same command on terminal which runs fine.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Source Control en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!