tag:help.appveyor.com,2012-11-13:/discussions/questions/2105-is-it-possible-to-use-powershell-for-git-commands AppVeyor: Discussion 2018-08-25T02:04:27Z tag:help.appveyor.com,2012-11-13:Comment/39180661 2016-02-16T11:22:04Z 2016-02-16T11:22:06Z Is 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 Tymchuk tag:help.appveyor.com,2012-11-13:Comment/39180661 2016-02-16T18:05:31Z 2016-02-16T18:05:31Z Is 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