Is it possible to use PowerShell for git commands?
My initial problem is resolved now, but I'm still curious, is it possible to use git from PS or no?
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
1 Posted by Mikhail Tymchuk on 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?
Support Staff 2 Posted by Feodor Fitsner on 16 Feb, 2016 06:05 PM
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.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.