tag:help.appveyor.com,2012-11-13:/discussions/questions/2105-is-it-possible-to-use-powershell-for-git-commandsAppVeyor: Discussion 2018-08-25T02:04:27Ztag:help.appveyor.com,2012-11-13:Comment/391806612016-02-16T11:22:04Z2016-02-16T11:22:06ZIs it possible to use PowerShell for git commands?<div><p>My initial problem is resolved now, but I'm still curious, is it
possible to use git from PS or no?</p></div>Mikhail Tymchuktag:help.appveyor.com,2012-11-13:Comment/391806612016-02-16T18:05:31Z2016-02-16T18:05:31ZIs it possible to use PowerShell for git commands?<div><p>Yes, why not. The only catch there is that many git messages are
outputed to StdErr which is considered by PowerShell as
"exception". The solution is adding <code>-q</code> (quiet) to git
commands.</p></div>Feodor Fitsner