Can I see what commands git-gui is executing?

前端 未结 2 1490
北恋
北恋 2021-02-06 06:34

Is there a way to see what commands git-gui is executing? Either in some status bar, or log perhaps? That would be really useful for learning the command line better.

2条回答
  •  孤独总比滥情好
    2021-02-06 07:34

    I created a desktop shortcut to point to the version control directory I work with most of the time:

    "C:\Program Files\Git\cmd\git-gui.exe" "--working-dir" "C:\my\version\control\directory" "--trace"

提交回复
热议问题