PowerShell ISE throws an error on git checkout
In PowerShell, git checkout runs without any error message. In the ISE, while git checkout stills works, the ISE gives an error message. > git checkout master Your branch is ahead of 'origin/master' by 3 commits. (use "git push" to publish your local commits) git : Switched to branch 'master' At line:1 char:1 + git checkout master + ~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Switched to branch 'master':String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError This isn't a major problem, because git checkout still works. It's annoying, though, so I'd like to know why the