Skip to content

Instantly share code, notes, and snippets.

@nickleeh
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickleeh/c2c219eae749aea2992c to your computer and use it in GitHub Desktop.
Save nickleeh/c2c219eae749aea2992c to your computer and use it in GitHub Desktop.
PowerShell
1 Allow run script
set-executionpolicy remotesigned
2 Change font
ÐÞ¸ÄcmdĬÈϵıàÂë ÔÚcmdÀïÃæÔËÐÐ [html] view plaincopy
chcp 850
(defaut 936 for chinese)
3 Get command
get-command git | select definintion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment