How to git diff without typing the whole path

前端 未结 4 652
太阳男子
太阳男子 2020-12-30 21:28

I\'m using the github windows shell and I\'ll do the following

git status

see a list of modified files and want to remind myself what\'s ch

4条回答
  •  难免孤独
    2020-12-30 22:28

    I use Console2 to host bash.

    With this I'm able to use Ctrl + Click and Drag to highlight text which can then be copied to the clipboard and pasted into further command lines.

    I use this to copy file paths.

    This enabled me to type git diff [Ctrl+V] and get the command line I want.

提交回复
热议问题