How do we get this command to run on Powershell with out error : The '<' operator is reserved for future use.
C:\Users\Me\my-git-repo > git am < MyFix.patch
The '<' operator is reserved for future use.
At line:1 char:9
+ git am < <<<< MyFix.patch
+ CategoryInfo : ParserError: (<:OperatorToken) [],..
+ FullyQualifiedErrorId : RedirectionNotSupported