Added a script - cvgitout2line.py
Description
It takes git status lines and converts it to a string with no line feeds, and then adds it to the clipboard for easy copying.
What it solved
This has been a issue with using git when you don't want to have to do a git add . command. Grid …