Right click on the Git Bash shortcut and switch to the Options tab. Enable Quick Edit Mode and click OK.
Now you can use right click to paste into Git Bash, even passwords for remote push, which you can't do with Insert.
This also enables copy easily. Just left click and drag in the console window to select any block of text. Now right click on the selection and the text block will be copied in RAM. This is way more easier and intuitive than the other ways.
Aside from using the edit menu commands, you can directly paste into the git bash window using the keyboard shortcut, Insert.
In windows after this setting you can use ctrl + shift + v ( for windows)
Ctrl + insert did it for me in Windows.
Yep, copy from somewhere else using ctrl+c and paste using INSERT. Work for me on Window 8.
The way I do this is to hold Alt then press Space, then E and finally P.
On Windows Alt jumps to the window menu, Space opens it, E selects Edit and P executes the Paste command.
Get these correct in succession and you can paste a snippet in under 2 seconds.
Right click on the Git Bash shortcut and switch to the Options tab. Enable Quick Edit Mode and click OK.
Now you can use right click to paste into Git Bash, even passwords for remote push, which you can't do with Insert.
This also enables copy easily. Just left click and drag in the console window to select any block of text. Now right click on the selection and the text block will be copied in RAM. This is way more easier and intuitive than the other ways.
Image source: https://danlimerick.wordpress.com/2011/07/23/git-for-windows-tip-how-to-copy-and-paste-into-bash/