Is it possible to use PowerShell for git commands?

Mikhail Tymchuk's Avatar

Mikhail Tymchuk

16 Feb, 2016 11:22 AM

My initial problem is resolved now, but I'm still curious, is it possible to use git from PS or no?

  1. 1 Posted by Mikhail Tymchuk on 16 Feb, 2016 11:22 AM

    Mikhail Tymchuk's Avatar

    My initial problem is resolved now, but I'm still curious, is it possible to use git from PS or no?

  2. Support Staff 2 Posted by Feodor Fitsner on 16 Feb, 2016 06:05 PM

    Feodor Fitsner's Avatar

    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 -q (quiet) to git commands.

  3. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac