How to detach “git gui” started in “Git bash” on Windows?

后端 未结 5 1574
南笙
南笙 2021-02-06 05:22

For example,

  1. I start \"git bash\";
  2. I navitage to certian directory;
  3. I start git gui&;
  4. I close the console window or pre
5条回答
  •  日久生厌
    2021-02-06 06:18

    In Git for Windows 2.25, simply typing

    git-gui
    

    opens the GUI for the current working directory, completely detached. (Note the hyphen).

提交回复
热议问题