remotemobprogramming / mob

Tool for smooth git handover.
https://mob.sh
MIT License
1.66k stars 149 forks source link

Print Git Commands before they are run #428

Closed gregorriegler closed 2 months ago

gregorriegler commented 2 months ago

Addresses https://github.com/remotemobprogramming/mob/issues/372

simonharrer commented 2 months ago

Be aware that the git command might be printed two times in case of error

gregorriegler commented 2 months ago

I agree, it does not hurt. If we want it only a single time, we need to either change the model to do something like

  1. git fetch
  2. git fetch ... ✅

or we chose to update the terminal with something like uilive, but I would rather not use a third party library.