Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 290 Bytes

PowerShell.md

File metadata and controls

6 lines (4 loc) · 290 Bytes

PowerShell

This command for PowerShell Core. Should always refer to PowerShell doc. get-help -online is always your best friend.

  • Create SymbolicLink file New-Item -Path . -Name ".gitignore" -ItemType SymbolicLink -Value ..\..\.gitignore