-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING: Enable-GitColors is Obsolete and will be removed in a future version of posh-git. #568
Comments
If you're tired of the warning, simply comment out # Load special features come from posh-git
if ($gitStatus) {
#Enable-GitColors
Start-SshAgent -Quiet
} |
@puradox True. This is why I suggested a change in a pull request, to remove this unnecessary line of code. It's not used anymore. |
To clear things up. In this commit! |
Awesome. Commenting |
This is a default in Posh-Git now. It complains about it being obsolete, and it will be removed in future versions of Posh-Git See cmderdev#568
Recently
posh-git
has been updated and some features started to be deprecated. One of them isEnable-GitColors
. From now on this feature is ON by default and users, who run the commandInstall-Module posh-git
will get the following error:The text was updated successfully, but these errors were encountered: