Skip to content

Instantly share code, notes, and snippets.

@JamesSkemp
Last active January 16, 2016 02:15
Show Gist options
  • Save JamesSkemp/934f581648e0caf8dbdc to your computer and use it in GitHub Desktop.
Save JamesSkemp/934f581648e0caf8dbdc to your computer and use it in GitHub Desktop.
Helpful PowerShell commands

Create a new file in current directory.

New-Item .gitignore -type file

Create a new directory.

New-Item c:\path\to\directory -type directory

Open Explorer for the current directory (Invoke-Item).

ii .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment