How can I log the branch that I am currently working in?

4 vues (au cours des 30 derniers jours)
Erik-Jan van Harn
Erik-Jan van Harn le 29 Avr 2019
Modifié(e) : Jan le 29 Avr 2019
Hi,
I am trying to include the branch I am currently working in, in my log file. You can directly ask for the branch you are working by typing "!git branch" in the command window, but I am unable to store the resulting branche to a variable so I can actually log it.
Does anyone have experience? I don't want to hard code the branch in use, since this seems a littile vulnerable to mistakes.
Thanks,
Erik-Jan
  3 commentaires
Erik-Jan van Harn
Erik-Jan van Harn le 29 Avr 2019
Perfect, thank you sir!
Adam Danz
Adam Danz le 29 Avr 2019
I'll make use of that, too, Jan! That should be an 'answer'.

Connectez-vous pour commenter.

Réponse acceptée

Jan
Jan le 29 Avr 2019
Modifié(e) : Jan le 29 Avr 2019
[status, msg] = system('git branch');
Then use msg afterwards.

Plus de réponses (0)

Catégories

En savoir plus sur Model, Block, and Port Callbacks dans Help Center et File Exchange

Produits


Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by