Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Created November 6, 2019 14:35
Show Gist options
  • Select an option

  • Save manualbashing/1473974260bb23f4e4d948f6d26bcd87 to your computer and use it in GitHub Desktop.

Select an option

Save manualbashing/1473974260bb23f4e4d948f6d26bcd87 to your computer and use it in GitHub Desktop.
Disply unicode characters in #Git commit log messages when using #PowerShell
# Put this into the user profile
$env:LC_ALL = 'C.UTF-8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment