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
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.