FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.43k stars 636 forks source link

[feature request] show CLI command for action #1425

Open rkurchin opened 3 years ago

rkurchin commented 3 years ago

Thank you so much for this project! It's been so useful in helping me build my mental model for git, etc. and I use it basically all the time when working in repos on my local machine. However, I often work on remote systems where I need to do everything from the terminal, and so knowing the correct commands for various actions is useful. I would love the feature of optionally being able to see what exact command ungit has sent to accomplish a given action when I do it through the GUI, which I imagine would be quite easy to implement and very useful in learning...