Powershell & git: write-host -nonewline “git add” ; foreach ($F in $(get-gitstatus | select -expand working)) {write-host -nonewline " $F"}